Module: IAmICan::ResultOf::RoleGroup
- Included in:
- IAmICan::ResultOf
- Defined in:
- lib/i_am_i_can/helpers/result_of.rb
Instance Method Summary collapse
Instance Method Details
#members(assignment, i_am_i_can, given: [ ]) ⇒ Object
24 25 26 27 28 29 |
# File 'lib/i_am_i_can/helpers/result_of.rb', line 24 def members assignment, i_am_i_can, given: [ ] ResultOf.(assignment, given, config: i_am_i_can, msg_prefix: 'Role Grouping: ', fail_msg: 'have not been defined!' ) end |