Class: Pathname

Inherits:
Object
  • Object
show all
Defined in:
lib/myrurema.rb

Overview

Extend Pathname so that you can write

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

instead of

foo + "bar"