Class: TrueClass
Instance Method Summary collapse
Instance Method Details
#to_yaml(opts = {}) ⇒ Object
426 427 428 429 430 |
# File 'lib/syck/rubytypes.rb', line 426 def to_yaml( opts = {} ) Syck::quick_emit( nil, opts ) do |out| out.scalar( taguri, "true", :plain ) end end |