Object
Default domain type
# File syck/lib/syck/types.rb, line 31 def initialize( domain, type, val ) @domain = domain; @type_id = type; @value = val @value.taguri = "tag:#{ @domain }:#{ @type_id }" end
# File syck/lib/syck/types.rb, line 29 def self.tag_subclasses?; false; end
# File syck/lib/syck/types.rb, line 35 def to_yaml( opts = {} ) @value.to_yaml( opts ) end
This page was generated for Ruby 1.9.2
Ruby-doc.org is a service of James Britt and Neurogami, an application development company in Scottsdale, AZ.
Generated with the Rubydoc Rdoc Generator 0.9.3.