represent_scalar(tag, value)
Emit a scalar with value and tag
# File ext/psych/lib/psych/coder.rb, line 41 def represent_scalar tag, value self.tag = tag self.scalar = value end