Module: DatabaseConsistency::Writers::Helpers::Pipes
- Defined in:
- lib/database_consistency/writers/helpers/pipes.rb
Overview
:nodoc:
Class Method Summary collapse
Class Method Details
.unique(reports) ⇒ Object
9 10 11 |
# File 'lib/database_consistency/writers/helpers/pipes.rb', line 9 def unique(reports) reports.uniq(&:attributes) end |