Class: CC::CLI::Console

Inherits:
Command show all
Defined in:
lib/cc/cli/console.rb

Constant Summary

Constants inherited from Command

CC::CLI::Command::CODECLIMATE_YAML

Instance Method Summary collapse

Methods inherited from Command

command_name, #execute, #fatal, #initialize, #require_codeclimate_yml, #say, #warn

Constructor Details

This class inherits a constructor from CC::CLI::Command

Instance Method Details

#runObject



5
6
7
8
# File 'lib/cc/cli/console.rb', line 5

def run
  require "pry"
  binding.pry(quiet: true, prompt: Pry::SIMPLE_PROMPT, output: $stdout)
end