Class: WIP::Runner::Spec::Helpers::CommandHelpers::ExampleCommands::WithNested::Nested

Inherits:
Simple
  • Object
show all
Defined in:
lib/wip/runner/spec/helpers/command_helpers.rb

Instance Attribute Summary

Attributes inherited from Command

#parser

Instance Method Summary collapse

Methods inherited from Simple

#executed?

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, options)
  super
  @ui.out {
    @ui.say('running nested command...')
  }
end