# File lib/moped/uri.rb, line 204
    def username
      @username ||= match[3]
    end