Object
Unresolved objects
# File syck/lib/syck/types.rb, line 46 def self.tag_subclasses?; false; end
# File syck/lib/syck/types.rb, line 47 def to_yaml( opts = {} ) Syck.quick_emit( self, opts ) do |out| out.map( "tag:ruby.yaml.org,2002:object:#{ @class }", to_yaml_style ) do |map| @ivars.each do |k,v| map.add( k, v ) end end end end
This page was generated for Ruby 1.9.2
Ruby-doc.org is a service of James Britt and Neurogami, an avant garage application development company in Scottsdale, AZ.
Generated with the Rubydoc Rdoc Generator 0.9.3.