I'd like to be able to do the following:
Pathname.root /:usr/:local/:bin
=> #<Pathname:/usr/local/bin>
The most obvious way for me to do this would be to alias Symbol#to_str to Symbol#to_s (in 1.8) and/or Symbol#to_path to Symbol#to_s (1.9).
I'd be happy to contribute this extension to Facets.
What do you think of my (straw-man) proposal?
Any suggestions for a better implementation approach?
Thanks