Class: Lasp::VariadicParams

Inherits:
Params
  • Object
show all
Defined in:
lib/lasp/variadic_params.rb

Instance Attribute Summary

Attributes inherited from Params

#param_list

Instance Method Summary collapse

Methods inherited from Params

#initialize, #to_s

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