# File lib/dbus/introspect.rb, line 314 def initialize(object, name) @object, @name = object, name @methods, @signals = Hash.new, Hash.new end