Class: Pathname

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

Instance Method Summary collapse

Instance Method Details

#/(other) ⇒ Object



9
10
11
# File 'lib/seedling.rb', line 9

def /(other)
  join(other.to_s)
end