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(*arguments) ⇒ Object



31
32
33
# File 'lib/utopia/command.rb', line 31

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