Method: Object#id
- Defined in:
- lib/sup.rb
#id ⇒ Object
this is for debugging purposes because i keep calling #id on the wrong object and i want it to throw an exception
20 21 22 |
# File 'lib/sup.rb', line 20 def id raise "wrong id called on #{self.inspect}" end |