Method: NestedRecord::Collection#reject!
- Defined in:
- lib/nested_record/collection.rb
#reject! ⇒ Object
72 73 74 75 76 |
# File 'lib/nested_record/collection.rb', line 72 def reject! return to_enum(:reject!) unless block_given? @ary.reject!(&proc) self end |