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