Class: Invocation::Controls::MixedParameters::Example
- Inherits:
-
Object
- Object
- Invocation::Controls::MixedParameters::Example
- Defined in:
- lib/invocation/controls/mixed_parameters.rb
Instance Method Summary collapse
Instance Method Details
#some_method(some_parameter, *parameters, some_other_parameter:, **named_parameters, &blk) ⇒ Object
10 11 12 |
# File 'lib/invocation/controls/mixed_parameters.rb', line 10 def some_method(some_parameter, *parameters, some_other_parameter:, **named_parameters, &blk) ::Invocation.build(binding) end |