Method: RemoteCodeRunner#retrieve_method
- Defined in:
- lib/coderunner/remote_code_runner.rb
#retrieve_method(method, *args) ⇒ Object
140 141 142 143 |
# File 'lib/coderunner/remote_code_runner.rb', line 140 def retrieve_method(method, *args) eputs "Calling Remote Method: #{method}" retrieve("#{method.to_s}(*#{args.inspect})") end |