about summary refs log tree commit homepage
path: root/lib/raindrops/aggregate/last_data_recv.rb
DateCommit message (Collapse)
2016-02-02remove optimizations which made sense for older rubies
Since Ruby 2.2, frozen string literals are implied for Hash#[] lookups. Constant lookups have inline caching since Ruby 1.9 (from YARV).
2011-06-27fix Ruby warnings
Found in the check-warnings target in pkg.mk
2011-03-11doc: more rdoc updates for Linux users
Yes we love Linux more than other systems :>
2011-03-10rdoc: 100% documentation coverage!
Of course, RDoc doesn't know quantity vs quality :)
2011-03-08preliminary Rack app to track last_data_recv
Seems to basically work