lib/mutant/repository/diff.rb in mutant-0.10.29 vs lib/mutant/repository/diff.rb in mutant-0.10.30

- old
+ new

@@ -96,10 +96,10 @@ private def diff_ranges world .capture_stdout(%W[git diff --unified=0 #{to} -- #{path}]) - .fmap(&Ranges.method(:parse)) + .fmap(&Ranges.public_method(:parse)) .from_right end memoize :diff_ranges end # Path end # Diff