Class: Shaf::Command::Server

Inherits:
Base
  • Object
show all
Defined in:
lib/shaf/command/server.rb

Instance Attribute Summary

Attributes inherited from Base

#args

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

#callObject



8
9
10
11
# File 'lib/shaf/command/server.rb', line 8

def call
  bootstrap
  App.instance.run!
end