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.expand_path("../../../setup", __dir__)

Class Method Summary collapse

Class Method Details

.call(*args) ⇒ Object



29
30
31
# File 'lib/utopia/command.rb', line 29

def self.call(*args)
	Top.call(*args)
end