Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/async_observer/queue.rb
Overview
This is commented out to workaround (what we think is) a ruby bug in method lookup. Somehow the methods defined here are being used instead of ones in ActiveRecord::Base. class Object
def rrepr()
raise ArgumentError.new('no consistent external repr for ' + self.inspect)
end
end
Instance Method Summary collapse
Instance Method Details
#rrepr ⇒ Object
137 |
# File 'lib/async_observer/queue.rb', line 137 def rrepr() inspect end |