Libraries
»
easy_command
(1.0.1)
»
Index
»
EasyCommand
»
ClassMethods
»
#call
Method: EasyCommand::ClassMethods#call
Defined in:
lib/easy_command/ruby-2-specific.rb
,
lib/easy_command/ruby-3-specific.rb
#
call
(*args, **kwargs) ⇒
Object
16 17 18
# File 'lib/easy_command/ruby-2-specific.rb', line 16
def
call
(
*
args
)
new
(
*
args
)
.
call
end