Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
basic_auth(account, password)
public
Set the Authorization: header for “Basic”
authorization.
# File lib/net/http/header.rb, line 419
def basic_auth(account, password)
@header['authorization'] = [basic_encode(account, password)]
end