# File lib/request_store.rb, line 51
  def self.delete(key, &block)
    store.delete(key, &block)
  end