Sha256: 5f22b09767a1332af0191a2d1db729c6145c19448743fb2be841645892d7b6cc

Contents?: true

Size: 109 Bytes

Versions: 5

Compression:

Stored size: 109 Bytes

Contents

class RackApp
  def call(env)
    RequestStore.store[:foo] ||= 0
    RequestStore.store[:foo] += 1
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
request_store-1.0.5 test/test_helper.rb
request_store-1.0.3 test/test_helper.rb
request_store-1.0.2 test/test_helper.rb
request_store-1.0.1 test/test_helper.rb
request_store-1.0.0 test/test_helper.rb