Sha256: 633dfc22cf32b09d46c111fb38f7e996143aa88b750a525517319791652e0c6d

Contents?: true

Size: 210 Bytes

Versions: 4

Compression:

Stored size: 210 Bytes

Contents

module Rumx
  module Beans
    # Extend Beans::Hash specifically for Beans::TimerAndError
    class TimerAndErrorHash < Hash
      def initialize
        super { TimerAndError.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_and_error_hash.rb
rumx-0.2.2 lib/rumx/beans/timer_and_error_hash.rb
rumx-0.1.5 lib/rumx/beans/timer_and_error_hash.rb
rumx-0.1.4 lib/rumx/beans/timer_and_error_hash.rb