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