Module: ActionSprout::MethodObject::ClassMethods
- Defined in:
- lib/action_sprout/method_object.rb
Instance Method Summary collapse
Instance Method Details
#call(**args, &block) ⇒ Object
41 42 43 |
# File 'lib/action_sprout/method_object.rb', line 41 def call(**args, &block) new(**args).call(&block) end |