Class: Declarative::Defaults
- Inherits:
-
Object
- Object
- Declarative::Defaults
- Defined in:
- lib/caco.rb
Instance Method Summary collapse
Instance Method Details
#handle_array_and_deprecate(variables) ⇒ Object
16 17 18 19 20 |
# File 'lib/caco.rb', line 16 def handle_array_and_deprecate(variables) wrapped = Defaults.wrap_arrays(variables) variables.merge(wrapped) end |