# File lib/dbus/introspect.rb, line 73 def define_method(id, prototype) m = Method.new(id) m.from_prototype(prototype) define(m) end