class Psych::Coder

def represent_seq tag, list

Emit a sequence with +list+ and +tag+
def represent_seq tag, list
  @tag = tag
  self.seq = list
end