module Utopia::Command

Constants

SETUP_ROOT

This path must point to utopia/setup in the gem source.

Public Class Methods

call(*arguments) click to toggle source
# File lib/utopia/command.rb, line 31
def self.call(*arguments)
        Top.call(*arguments)
end