Method: CommandKit::Commands::ParentCommand#parent_command

Defined in:
lib/command_kit/commands/parent_command.rb

#parent_commandObject<Commands> (readonly)

The parent command instance.

Returns:



13
14
15
# File 'lib/command_kit/commands/parent_command.rb', line 13

def parent_command
  @parent_command
end