ruby / pathname

Pathname represents the name of a file or directory on the filesystem, but not the file itself.
BSD 2-Clause "Simplified" License
26 stars 16 forks source link

[Doc] Correct how to run tests #2

Closed kachick closed 3 years ago

kachick commented 3 years ago

https://github.com/ruby/pathname/blob/a71f7d8ed28edae0db219dca7f76f6eaa74de41a/Rakefile#L20

Is this correct understanding?

kachick commented 2 years ago

Thank you!