method

start_sequence

v1_9_3_392 - 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 16
      def start_sequence anchor, tag, implicit, style
        super(anchor, nil, true, Nodes::Sequence::FLOW)
      end