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

- old
+ new

@@ -52,8 +52,13 @@ end def entries FasterPath.entries(@path) end + + def plus(pth, pth2) + FasterPath.plus(pth, pth2) + end + private :plus end end end