Module: Utopia::Command
- Defined in:
- lib/utopia/command.rb,
lib/utopia/command/site.rb,
lib/utopia/command/server.rb,
lib/utopia/command/environment.rb
Defined Under Namespace
Classes: Environment, Server, Site, Top
Constant Summary collapse
- SETUP_ROOT =
This path must point to utopia/setup in the gem source.
File.("../../../setup", __dir__)
Class Method Summary collapse
Class Method Details
.parse(*args) ⇒ Object
29 30 31 |
# File 'lib/utopia/command.rb', line 29 def self.parse(*args) Top.parse(*args) end |