class Pathname

Extend Pathname so that you can write

foo / "bar"    #=> Pathname("foo/bar")

instead of

foo + "bar"