Sha256: 503b4c804f07b80438a88ddd874da2c70d075a7a60cd18ad7b42e1e3e44a030d
Contents?: true
Size: 212 Bytes
Versions: 3
Compression:
Stored size: 212 Bytes
Contents
# similar to https://github.com/thoughtbot/hound/blob/d2f3933/app/models/line.rb RuboCop::Git::Line = Struct.new(:content, :line_number, :patch_position) do def ==(other) content == other.content end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rubocop-git2-0.1.7 | lib/rubocop/git/line.rb |
rubocop-git2-0.1.6 | lib/rubocop/git/line.rb |
rubocop-git2-0.1.5 | lib/rubocop/git/line.rb |