Method: Psych::JSON::YAMLEvents#start_sequence

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

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



17
18
19
# File 'lib/psych/json/yaml_events.rb', line 17

def start_sequence anchor, tag, implicit, style
  super(anchor, nil, true, Nodes::Sequence::FLOW)
end