method

start_sequence

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