# File lib/moneta/datamapper.rb, line 63
      def key?(key)
        repository_context { !!@hash.get(key) }
      end