Class: Class

Inherits:
Object show all
Defined in:
lib/syck/rubytypes.rb

Instance Method Summary collapse

Instance Method Details

#to_yaml(opts = {}) ⇒ Object

Raises:

  • (TypeError)


5
6
7
# File 'lib/syck/rubytypes.rb', line 5

def to_yaml( opts = {} )
	raise TypeError, "can't dump anonymous class %s" % self.class
end