Class: Pathname

Inherits:
Object
  • Object
show all
Defined in:
lib/dm-semantic.rb

Instance Method Summary collapse

Instance Method Details

#/(path) ⇒ Object



14
15
16
# File 'lib/dm-semantic.rb', line 14

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