Flowdock
class
Importance_1
v2_2_9 - Show latest stable - 0 notes - Superclass: Visitor

YAMLTree builds a YAML ast given a Ruby object. For example:

builder = Psych::Visitors::YAMLTree.new
builder << { :foo => 'bar' }
builder.tree # => #<Psych::Nodes::Stream .. }

Constants

WS_RANGE = "^ -~\t\r\n"

BINARY_RANGE = "\x00-\x7F"

NULL = "\x00"

Attributes

[R] started?
[R] finished?
[R] finished
[R] started
Show files where this class is defined (1 file)
Register or log in to add new notes.