Class: FalseClass

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

Instance Method Summary collapse

Instance Method Details

#to_yaml(opts = {}) ⇒ Object



394
395
396
397
398
# File 'lib/yaml/rubytypes.rb', line 394

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