Parent

Methods

NilClass

Public Instance Methods

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