19 20 21
# File 'lib/pgq/consumer.rb', line 19 def perform(method_name, *args) self.send(method_name, *args) end