Sha256: e77e844decb5b214d7687223a58d34b7aaf5d121957916701a1f739b76cacada

Contents?: true

Size: 186 Bytes

Versions: 4

Compression:

Stored size: 186 Bytes

Contents

module Rumx
  module Beans
    # Extend Beans::Hash specifically for Beans::Timer
    class TimerHash < Hash
      def initialize
        super { Timer.new }
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rumx-0.2.3 lib/rumx/beans/timer_hash.rb
rumx-0.2.2 lib/rumx/beans/timer_hash.rb
rumx-0.1.5 lib/rumx/beans/timer_hash.rb
rumx-0.1.4 lib/rumx/beans/timer_hash.rb