class Shaf::Command::Console

Public Instance Methods

call() click to toggle source
# File lib/shaf/command/console.rb, line 10
def call
  bootstrap
  ARGV.clear
  IRB.start
end