# File lib/mechanize.rb, line 624 def auth(user, password, domain = nil) @agent.user = user @agent.password = password @agent.domain = domain end