module Skywalker::Callable::ClassMethods
Public Instance Methods
call(*args)
click to toggle source
Provides a convenient way to call a command without having to instantiate and call.
@since 2.2.0
# File lib/skywalker/callable.rb, line 24 def call(*args) new(*args).call end