Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/sup.rb
Instance Method Summary collapse
-
#id ⇒ Object
this is for debugging purposes because i keep calling #id on the wrong object and i want it to throw an exception.
Instance Method Details
#id ⇒ Object
this is for debugging purposes because i keep calling #id on the wrong object and i want it to throw an exception
11 12 13 |
# File 'lib/sup.rb', line 11 def id raise "wrong id called on #{self.inspect}" end |