Module: Skywalker::Callable::ClassMethods
- Defined in:
- lib/skywalker/callable.rb
Instance Method Summary collapse
-
#call(*args) ⇒ Object
Provides a convenient way to call a command without having to instantiate and call.
Instance Method Details
#call(*args) ⇒ Object
Provides a convenient way to call a command without having to instantiate and call.
24 25 26 |
# File 'lib/skywalker/callable.rb', line 24 def call(*args) new(*args).call end |