Object
Default private type
# File syck/lib/syck/types.rb, line 14 def initialize( type, val ) @type_id = type; @value = val @value.taguri = "x-private:#{ @type_id }" end
# File syck/lib/syck/types.rb, line 12 def self.tag_subclasses?; false; end
# File syck/lib/syck/types.rb, line 18 def to_yaml( opts = {} ) @value.to_yaml( opts ) end
This page was generated for Ruby 1.9.2
Ruby-doc.org is managed by James Britt and Neurogami. Live curious.
Generated with the Rubydoc Rdoc Generator 0.9.3.