# File lib/mcollective/data/result.rb, line 17
      def include?(key)
        @data.include?(key.to_sym)
      end