Class: YAMLRewriter::Parser

Inherits:
Psych::Parser
  • Object
show all
Defined in:
lib/yaml_rewriter/parser.rb

Instance Method Summary collapse

Constructor Details

#initializeParser

Returns a new instance of Parser.



3
4
5
# File 'lib/yaml_rewriter/parser.rb', line 3

def initialize
  super(MarkHandler.new(self))
end