Module: Slashjoin::Pathname

Defined in:
lib/slashjoin/pathname.rb

Instance Method Summary collapse

Instance Method Details

#/(other) ⇒ Object



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

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