# File lib/dbus/auth.rb, line 113 def initialize(socket) @socket = socket @state = nil @auth_list = [External,DBusCookieSHA1] end