Class: Lexicon::Cli::Command::ConsoleCommand

Inherits:
ContainerAwareCommand show all
Defined in:
lib/lexicon/cli/command/console_command.rb

Instance Method Summary collapse

Methods inherited from ContainerAwareCommand

#initialize

Constructor Details

This class inherits a constructor from Lexicon::Cli::Command::ContainerAwareCommand

Instance Method Details

#exec_commandObject



11
12
13
14
15
# File 'lib/lexicon/cli/command/console_command.rb', line 11

def exec_command
  # rubocop:disable Lint/Debugger
  binding.pry
  # rubocop:enable Lint/Debugger
end