Object
# File yaml/rubytypes.rb, line 105 def to_yaml( opts = {} ) YAML::quick_emit( self, opts ) do |out| out.seq( taguri, to_yaml_style ) do |seq| each do |x| seq.add( x ) end end end end
# File yaml/rubytypes.rb, line 104 def yaml_initialize( tag, val ); concat( val.to_a ); end
This page was generated for Ruby 1.8.6
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.44.0.