Class: Pathname

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

Instance Method Summary collapse

Instance Method Details

#/(other) ⇒ Object



8
9
10
# File 'lib/leopard.rb', line 8

def /(other)
  join other.to_s
end