Class: Symbol

Inherits:
Object
  • Object
show all
Defined in:
lib/beanstalker/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

#rreprObject



142
# File 'lib/beanstalker/queue.rb', line 142

def rrepr() inspect end