# File lib/www/mechanize.rb, line 171
    def basic_auth(user, password)
      auth(user, password)
    end