# File lib/moneta/wrapper.rb, line 11
    def load(key, options = {})
      wrap(:load, key, options) { super }
    end