# File lib/moneta/datamapper.rb, line 71
      def [](key)
        repository_context { @hash.value(key) }
      end