module SimpleCommand::ClassMethods

Public Instance Methods

call(*args) click to toggle source
# File lib/simple_command.rb, line 8
def call(*args)
  new(*args).call
end