Class: Turnstile::RedisConfig

Inherits:
Hashie::Dash
  • Object
show all
Includes:
Hashie::Extensions::Dash::PropertyTranslation
Defined in:
lib/turnstile/configuration.rb

Instance Method Summary collapse

Instance Method Details

#configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



14
15
16
17
# File 'lib/turnstile/configuration.rb', line 14

def configure
  yield self if block_given?
  self
end