lib/rubocop/git/line.rb in rubocop-git-0.0.2 vs lib/rubocop/git/line.rb in rubocop-git-0.0.3

- old
+ new

@@ -1,6 +1,6 @@ module RuboCop::Git -# copy from https://github.com/thoughtbot/hound/blob/be2dd34/app/models/line.rb +# copy from https://github.com/thoughtbot/hound/blob/d2f3933/app/models/line.rb class Line < Struct.new(:content, :line_number, :patch_position) def ==(other_line) content == other_line.content end end