lib/errata.rb in errata-0.1.8 vs lib/errata.rb in errata-0.1.9
- old
+ new
@@ -37,11 +37,9 @@
def implied_matching_methods
(rejections + corrections).map { |erratum| erratum.matching_method }.compact.uniq
end
- private
-
def rejections
@_rejections ||= @_table.rows.map { |hash| hash.symbolize_keys!; ::Errata::Erratum::Reject.new(self, hash) if hash[:action] == 'reject' }.compact
end
def corrections