# File lib/request_store.rb, line 10
  def self.clear!
    Thread.current[:request_store] = {}
  end