Class: WIP::Runner::Spec::Helpers::CommandHelpers::ExampleCommands::WithNested::Nested
- Inherits:
-
Simple
- Object
- Command
- Simple
- WIP::Runner::Spec::Helpers::CommandHelpers::ExampleCommands::WithNested::Nested
- Defined in:
- lib/wip/runner/spec/helpers/command_helpers.rb
Instance Attribute Summary
Attributes inherited from Command
Instance Method Summary collapse
Methods inherited from Simple
Methods inherited from Command
argument, arguments, commands, #initialize, options, overview, #run, signature, workflow
Constructor Details
This class inherits a constructor from WIP::Runner::Command
Instance Method Details
#execute(args, options) ⇒ Object
57 58 59 60 61 62 |
# File 'lib/wip/runner/spec/helpers/command_helpers.rb', line 57 def execute(args, ) super @ui.out { @ui.say('running nested command...') } end |