Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
Object
Default private type
# File yaml/types.rb, line 13 def initialize( type, val ) @type_id = type; @value = val @value.taguri = "x-private:#{ @type_id }" end
# File yaml/types.rb, line 11 def self.tag_subclasses?; false; end
# File yaml/types.rb, line 17 def to_yaml( opts = {} ) @value.to_yaml( opts ) end
This page was generated for Ruby 1.8.7
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.0.