Class Class
In: yaml/rubytypes.rb
Parent: Object

Methods

to_yaml  

Public Instance methods

[Source]

# File yaml/rubytypes.rb, line 5
        def to_yaml( opts = {} )
                raise TypeError, "can't dump anonymous class %s" % self.class
        end

[Validate]