Method: Props::Extensions::Array::Member#member_by
- Defined in:
- lib/props_template/core_ext.rb
permalink #member_by(attribute, value) ⇒ Object
9 10 11 |
# File 'lib/props_template/core_ext.rb', line 9 def member_by(attribute, value) raise NotImplementedError, "Implement member_by(attr, value) in your own delegate" end |