Class: Shaf::Command::Server
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
8 9 10 11 |
# File 'lib/shaf/command/server.rb', line 8 def call bootstrap App.instance.run! end |