Module: Mutant::Procto::ClassMethods Private
- Defined in:
- lib/mutant/procto.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #call(*arguments) ⇒ Object private
Instance Method Details
#call(*arguments) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
18 19 20 |
# File 'lib/mutant/procto.rb', line 18 def call(*arguments) new(*arguments).call end |