In Files

  • yaml/rubytypes.rb

Parent

Methods

Class

Public Instance Methods

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