module Github::Request
def basic_auth(login, password) # :nodoc:
def basic_auth(login, password) # :nodoc: auth = Base64.encode("#{login}:#{password}") auth.gsub!("\n", "") end
def basic_auth(login, password) # :nodoc: auth = Base64.encode("#{login}:#{password}") auth.gsub!("\n", "") end