Class: Lasp::VariadicParams
- Defined in:
- lib/lasp/variadic_params.rb
Instance Attribute Summary
Attributes inherited from Params
Instance Method Summary collapse
Methods inherited from Params
Constructor Details
This class inherits a constructor from Lasp::Params
Instance Method Details
#with_args(args) ⇒ Object
5 6 7 |
# File 'lib/lasp/variadic_params.rb', line 5 def with_args(args) super.merge(rest_args(args)) end |