represent_seq(tag, list)
Emit a sequence with list and tag
# File ext/psych/lib/psych/coder.rb, line 47 def represent_seq tag, list @tag = tag self.seq = list end