We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2be2f9 commit cb49572Copy full SHA for cb49572
1 file changed
README.md
@@ -4,7 +4,8 @@
4
[](https://github.com/eregon/path/actions/workflows/ci.yml)
5
6
[Path](http://rubydoc.info/github/eregon/path/master/Path) is a library to manage paths.
7
-It is similar to Pathname, but has some extra goodness.
+It is similar to Pathname, but has some extra goodness, notably more than 50 extra methods.
8
+Pathname only exposes a subset of `File`, `Dir` and `FileUtils` but Path exposes most of them.
9
The method names are intended to be short and explicit, and avoid too much duplication like having 'name' or 'path' in the method name.
10
11
I believe the object-oriented approach to manipulate paths is very elegant and useful.
0 commit comments