Sha256: b5ffebb6f704a8612dfef521c5336e0a0e58317258da087b660b04af56256b0d
Contents?: true
Size: 153 Bytes
Versions: 2
Compression:
Stored size: 153 Bytes
Contents
require 'singleton' module Shatter class ResponsePool include Singleton attr_reader :pool def initialize @pool = {} end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shatter-rb-0.0.2 | lib/shatter/service/response_pool.rb |
shatter-rb-0.0.1 | lib/shatter/service/response_pool.rb |