=begin Arachni Copyright (c) 2010-2011 Tasos "Zapotek" Laskos This is free software; you can copy and distribute and modify this program under the term of the GPL v2.0 License (See LICENSE file for details) =end # # Overloads the {XMLRPC::BasicServer} class with a clear_handlers() method. # # @author: Tasos "Zapotek" Laskos # # # @version: 0.1 # module XMLRPC class BasicServer def clear_handlers @handler.clear end end end