Object
Default domain type
# File yaml/types.rb, line 30 def initialize( domain, type, val ) @domain = domain; @type_id = type; @value = val @value.taguri = "tag:#{ @domain }:#{ @type_id }" end
# File yaml/types.rb, line 28 def self.tag_subclasses?; false; end
# File yaml/types.rb, line 34 def to_yaml( opts = {} ) @value.to_yaml( opts ) end
This page was generated for Ruby 1.8.6
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.44.0.