Method: Constancy::Diff#items_to_exclude
- Defined in:
- lib/constancy/diff.rb
#items_to_exclude ⇒ Object
87 88 89 |
# File 'lib/constancy/diff.rb', line 87 def items_to_exclude @diff.select { |d| d.op == :ignore and d.excluded == true } end |