Returns a new instance of URI.
10 11 12
# File 'lib/whisper/model/uri.rb', line 10 def initialize(uri) @uri = URI(uri) end