Module: SimpleCommand::ClassMethods

Defined in:
lib/simple_command.rb

Instance Method Summary collapse

Instance Method Details

#call(*args) ⇒ Object



8
9
10
# File 'lib/simple_command.rb', line 8

def call(*args)
  new(*args).call
end