Class: EacCli::Runner::ContextResponders::Runner
- Defined in:
- lib/eac_cli/runner/context_responders/runner.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#call(*args, &block) ⇒ Object
11 12 13 |
# File 'lib/eac_cli/runner/context_responders/runner.rb', line 11 def call(*args, &block) runner.send(method_name, *args, &block) end |
#callable? ⇒ Boolean
7 8 9 |
# File 'lib/eac_cli/runner/context_responders/runner.rb', line 7 def callable? runner.respond_to?(method_name) end |