lib/rfix/file/tracked.rb in rfix-3.0.0 vs lib/rfix/file/tracked.rb in rfix-3.0.1
- old
+ new
@@ -48,10 +48,10 @@
end
def lines
Diff.new(repository: repository, options: {
paths: [path.to_path],
- disable_pathspec_match: true,
+ disable_pathspec_match: true
}).lines.lazy.map(&:new_lineno).select(&:positive?)
end
end
end
end