Class Pathname
In: lib/myrurema.rb
Parent: Object

Extend Pathname so that you can write

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

instead of

  foo + "bar"

External Aliases

+ -> /

[Validate]