Sha256: 6663a6759ce5e47e5142f8773139981fcce0fb7fdf361eedaaced0ff449399ff

Contents?: true

Size: 223 Bytes

Versions: 2

Compression:

Stored size: 223 Bytes

Contents

# frozen_string_literal: true

require "singleton"
module Shatter
  module Service
    class ResponsePool
      include Singleton
      attr_reader :pool

      def initialize
        @pool = {}
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shatter-rb-0.1.1 lib/shatter/service/response_pool.rb
shatter-rb-0.1.0 lib/shatter/service/response_pool.rb