New Savon Update, basic auth

Does anyone know how to setup basic auth with the Savon gem update
(0.8.1)?

figured it out:
client = Savon::Client.new do
wsdl.document = “https://service.example.com
http.auth.basic “user”, “pass”
end