class Object
Public Instance Methods
URI(str)
click to toggle source
# File lib/hub/speedy_stdlib.rb, line 30 def URI(str) URI.parse(str) end
# File lib/hub/speedy_stdlib.rb, line 30 def URI(str) URI.parse(str) end