# File lib/mcollective/ddl/agentddl.rb, line 150
      def is_function?(method_name)
        PluginManager.find("aggregate").include?(method_name.to_s)
      end