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