# File lib/request_store.rb, line 34
  def self.write(key, value)
    store[key] = value
  end