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