lib/faster_path/optional/monkeypatches.rb in faster_path-0.1.12 vs lib/faster_path/optional/monkeypatches.rb in faster_path-0.1.13

- old
+ new

@@ -55,9 +55,14 @@ private :has_trailing_separator? def entries FasterPath.entries(@path) end + + def plus(pth, pth2) + FasterPath.plus(pth, pth2) + end + private :plus end end end private_constant :MonkeyPatches