class Gem::Uri

def oauth_basic?

def oauth_basic?
  password == "x-oauth-basic"
end