Sha256: 9553ef0a72eb09bc9fa2da7fbe8a6cfca2bcbff6a3b74a30bbed408489ff3c80
Contents?: true
Size: 234 Bytes
Versions: 12
Compression:
Stored size: 234 Bytes
Contents
module RuboCop::Git # 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 end
Version data entries
12 entries across 12 versions & 3 rubygems