Module: Slashjoin::URI

Defined in:
lib/slashjoin/uri.rb

Instance Method Summary collapse

Instance Method Details

#/(other) ⇒ Object



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

def / (other)
  ::URI.join(self,other)
end