Module: Utopia::Command

Defined in:
lib/utopia/command.rb,
lib/utopia/command/site.rb,
lib/utopia/command/setup.rb,
lib/utopia/command/server.rb

Defined Under Namespace

Modules: Setup Classes: Server, Site, Top

Class Method Summary collapse

Class Method Details

.parse(*args) ⇒ Object



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

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