Class: Percheron::Commands::Console

Inherits:
Abstract
  • Object
show all
Defined in:
lib/percheron/commands/console.rb

Instance Method Summary collapse

Methods inherited from Abstract

#config, default_parameters!, #runit, #stack

Instance Method Details

#executeObject



7
8
9
10
11
# File 'lib/percheron/commands/console.rb', line 7

def execute
  super
  require 'pry-byebug'
  pry Percheron
end