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