Method: Subroutine::Fields#param_groups
- Defined in:
- lib/subroutine/fields.rb
#param_groups ⇒ Object
176 177 178 |
# File 'lib/subroutine/fields.rb', line 176 def param_groups @param_groups ||= Hash.new { |h, k| h[k] = {}.with_indifferent_access } end |