Sha256: cfa60b9c5a6baaec28152e27f3a6f662a82c3b9dba36863de9a732e5d35c9c61
Contents?: true
Size: 166 Bytes
Versions: 1
Compression:
Stored size: 166 Bytes
Contents
module Clock class NextMonday < Timepiece def initialize(datetime=DateTime.new(2013, 7, 15, 22, 22, 58)) @datetime = datetime.to_time end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hublot-0.0.1 | lib/clock/next_monday.rb |