# File lib/puppet/network/xmlrpc/processor.rb, line 20
20:         def add_handler(interface, handler)
21:             @loadedhandlers << interface.prefix
22:             super(interface, handler)
23:         end