Class: TrueClass

Inherits:
Object show all
Defined in:
lib/syck/rubytypes.rb

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