class Psych::Coder

def represent_object tag, obj

Emit an arbitrary object +obj+ and +tag+
def represent_object tag, obj
  @tag    = tag
  @type   = :object
  @object = obj
end