Method: Backburner::RemoteCommand#method_missing
- Defined in:
- lib/backburner/remote_command.rb
#method_missing(method_name, *args) ⇒ Object
11 12 13 |
# File 'lib/backburner/remote_command.rb', line 11 def method_missing method_name, *args self.class.new method_name, @command_stack end |