Sha256: a6adefba4b245db5016440abab55f677cfba01bc8a7fd4b50b6ca98adc7929f8
Contents?: true
Size: 258 Bytes
Versions: 14
Compression:
Stored size: 258 Bytes
Contents
class Mercury class Fake class Subscriber attr_reader :handler attr_accessor :handle_capacity def initialize(handler, handle_capacity) @handler = handler @handle_capacity = handle_capacity end end end end
Version data entries
14 entries across 14 versions & 1 rubygems