Class: FalseClass
Instance Method Summary collapse
Instance Method Details
#to_yaml(opts = {}) ⇒ Object
435 436 437 438 439 |
# File 'lib/syck/rubytypes.rb', line 435 def to_yaml( opts = {} ) Syck::quick_emit( nil, opts ) do |out| out.scalar( taguri, "false", :plain ) end end |