scalar=(value)
Emit a scalar with value
# File ext/psych/lib/psych/coder.rb, line 66 def scalar= value @type = :scalar @scalar = value end