Class: Fib::Config
- Inherits:
-
Object
- Object
- Fib::Config
- Defined in:
- lib/fib/config.rb
Instance Attribute Summary collapse
-
#redis ⇒ Object
Returns the value of attribute redis.
Instance Method Summary collapse
Instance Attribute Details
#redis ⇒ Object
Returns the value of attribute redis.
3 4 5 |
# File 'lib/fib/config.rb', line 3 def redis @redis end |
Instance Method Details
#configure {|_self| ... } ⇒ Object
5 6 7 |
# File 'lib/fib/config.rb', line 5 def configure yield(self) end |