Class: NilClass

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

Instance Method Summary collapse

Instance Method Details

#to_yaml(opts = {}) ⇒ Object



403
404
405
406
407
# File 'lib/yaml/rubytypes.rb', line 403

def to_yaml( opts = {} )
	YAML::quick_emit( nil, opts ) do |out|
           out.scalar( taguri, "", :plain )
       end
end