method
start_mapping
ruby latest stable - Class:
Psych::JSON::YAMLEvents
start_mapping(anchor, tag, implicit, style)public
No documentation available.
# File ext/psych/lib/psych/json/yaml_events.rb, line 13
def start_mapping anchor, tag, implicit, style
super(anchor, nil, true, Nodes::Mapping::FLOW)
end