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