Method: OKCupid#authenticate

Defined in:
lib/lonely_coder/authentication.rb

#authenticate(username, password) ⇒ Object



5
6
7
# File 'lib/lonely_coder/authentication.rb', line 5

def authenticate(username, password)
  @authentication = Authentication.new(username, password, @browser)
end