# File lib/request_store.rb, line 6
  def self.store
    Thread.current[:request_store] ||= {}
  end