Method: Psych::JSON::YAMLEvents#start_mapping

Defined in:
lib/psych/json/yaml_events.rb

#start_mapping(anchor, tag, implicit, style) ⇒ Object



13
14
15
# File 'lib/psych/json/yaml_events.rb', line 13

def start_mapping anchor, tag, implicit, style
  super(anchor, nil, true, Nodes::Mapping::FLOW)
end