lib/faster_path/optional/refinements.rb in faster_path-0.1.10 vs lib/faster_path/optional/refinements.rb in faster_path-0.1.11

- old
+ new

@@ -45,9 +45,9 @@ FasterPath.has_trailing_separator?(pth) end def entries FasterPath.entries(@path) - end if ENV['WITH_REGRESSION'] + end end end end