Class: Yoda::Cli::Console

Inherits:
Base
  • Object
show all
Defined in:
lib/yoda/cli/console.rb

Instance Method Summary collapse

Methods inherited from Base

run

Instance Method Details

#runObject



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

def run
  require "pry"
  project.setup
  project.pry
end