Class: Pathname

Inherits:
Object show all
Defined in:
lib/extlib/pathname.rb

Instance Method Summary collapse

Instance Method Details

#/(path) ⇒ Object



2
3
4
# File 'lib/extlib/pathname.rb', line 2

def /(path)
  (self + path).expand_path
end