class Utopia::Command::Server

Server setup commands.

Public Instance Methods

call() click to toggle source
# File lib/utopia/command/server.rb, line 108
def call
        @command.call
end
root() click to toggle source
# File lib/utopia/command/server.rb, line 104
def root
        @parent.root
end