Method: Subroutine::Fields#param_groups

Defined in:
lib/subroutine/fields.rb

#param_groupsObject



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