Flowdock
class
Importance_1
v1_9_3_392 - Show latest stable - 0 notes - Superclass: Handler

This class works in conjunction with Psych::Parser to build an in-memory parse tree that represents a YAML document.

Example

parser = Psych::Parser.new Psych::TreeBuilder.new
parser.parse('--- foo')
tree = parser.handler.root

See Psych::Handler for documentation on the event methods used in this class.

Show files where this class is defined (1 file)
Register or log in to add new notes.