# File lib/brakeman/warning.rb, line 131
  def eql? other_warning
    self.hash == other_warning.hash
  end