Class: Shaf::Command::Console
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
exit_with_error, identifier, inherited, #initialize, usage
Methods included from Utils
#bootstrap, #in_project_root, #in_project_root?, #is_project_root?, pluralize, #pluralize, #project_root, #project_root!
Constructor Details
This class inherits a constructor from Shaf::Command::Base
Instance Method Details
#call ⇒ Object
10 11 12 13 14 |
# File 'lib/shaf/command/console.rb', line 10 def call bootstrap ARGV.clear IRB.start end |