class RuboCop::Git::Line

copy from github.com/thoughtbot/hound/blob/d2f3933/app/models/line.rb

Public Instance Methods

==(other_line) click to toggle source
# File lib/rubocop/git/line.rb, line 4
def ==(other_line)
  content == other_line.content
end