module Command
Nested
Definitions
def self.call(*arguments)
Call the default command (Top).
Signature
-
parameter
argumentsArray Command-line arguments to pass through.
Implementation
def self.call(*arguments)
Top.call(*arguments)
end