method
start_mapping
v1_9_3_392 -
Show 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 12
def start_mapping anchor, tag, implicit, style
super(anchor, nil, true, Nodes::Mapping::FLOW)
end