# File lib/mcollective/rpc/reply.rb, line 74
      def fetch(key, default)
        @data.fetch(key, default)
      end