Module: Kernel

Defined in:
lib/uri.rb

Instance Method Summary collapse

Instance Method Details

#URI(url) ⇒ Object



61
62
63
# File 'lib/uri.rb', line 61

def URI(url)
  URI::HTTP.new(url)
end