Class: Pathname

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

Direct Known Subclasses

RelPathname

Instance Method Summary collapse

Instance Method Details

#/(p) ⇒ Object



4
5
6
# File 'lib/relpathname.rb', line 4

def / p
    self + p
end