# File lib/moped/uri.rb, line 108 def initialize(string) @match = string.match(URI) invalid_uri!(string) unless @match end