represent_object(tag, obj)
Emit an arbitrary object obj and tag
# File ext/psych/lib/psych/coder.rb, line 60 def represent_object tag, obj @tag = tag @type = :object @object = obj end