Class: RedisFeed::DB
- Inherits:
-
Object
- Object
- RedisFeed::DB
- Defined in:
- lib/redis_feed/db.rb
Class Method Summary collapse
-
.method_missing(method, *args) ⇒ Object
, &block).
Class Method Details
.method_missing(method, *args) ⇒ Object
, &block)
5 6 7 8 9 |
# File 'lib/redis_feed/db.rb', line 5 def self.method_missing method, *args #, &block) raise NoRedisError unless Config.redis Config.redis.send method, *args end |