module URI

URI alterations

Public Class Methods

parse(*args) click to toggle source
# File lib/gxg/gxg_augmented.rb, line 1290
def self.parse(*args)
  #::URI::Generic.new(*(::URI::split(*args)))
  ::URI::Generic::parse(*args)
end