Parent

Methods

FalseClass

Public Instance Methods

to_yaml( opts = {} ) click to toggle source
                
# File syck/lib/syck/rubytypes.rb, line 448
def to_yaml( opts = {} )
return super unless YAML::ENGINE.syck?
        YAML::quick_emit( nil, opts ) do |out|
    out.scalar( taguri, "false", :plain )
end
end
blog comments powered by Disqus