Sha256: 2c27151fef253aa255c9008185fdcf844a901785fe4959604ca14fc343bd70dd
Contents?: true
Size: 147 Bytes
Versions: 4
Compression:
Stored size: 147 Bytes
Contents
module Redistat module Database def self.included(base) base.extend(Database) end def db Redistat.redis end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
redistat-0.0.4 | lib/redistat/database.rb |
redistat-0.0.3 | lib/redistat/database.rb |
redistat-0.0.2 | lib/redistat/database.rb |
redistat-0.0.1 | lib/redistat/database.rb |