Results for: "Psych"

Parse and return an int from string

Parse and return a Time from string

No documentation available

Handles start_document events with version, tag_directives, and implicit styling.

See Psych::Handler#start_document

Handles end_document events with version, tag_directives, and implicit styling.

See Psych::Handler#start_document

No documentation available
No documentation available
No documentation available

Start a stream emission with encoding

See Psych::Handler#start_stream

End a stream emission

See Psych::Handler#end_stream

Start a document emission with YAML version, tags, and an implicit start.

See Psych::Handler#start_document

End a document emission with an implicit ending.

See Psych::Handler#end_document

Start emitting a sequence with anchor, a tag, implicit sequence start and end, along with style.

See Psych::Handler#start_sequence

End sequence emission.

See Psych::Handler#end_sequence

Start emitting a YAML map with anchor, tag, an implicit start and end, and style.

See Psych::Handler#start_mapping

Emit the end of a mapping.

See Psych::Handler#end_mapping

Get the preferred line width.

Set the preferred line with to width.

No documentation available

Represents SMTP error code 4xx, a temporary error.

Represents an SMTP command syntax error (error code 500)

Now that we’ve got something that is always here, define to_s so when code tries to use this, it at least just shows up like it should.

Now that we’ve got something that is always here, define to_s so when code tries to use this, it at least just shows up like it should.

Raised by exit to initiate the termination of the script.

Raised when encountering Ruby code with an invalid syntax.

eval("1+1=2")

raises the exception:

SyntaxError: (eval):1: syntax error, unexpected '=', expecting $end
Search took: 6ms  ·  Total Results: 1041