Method: Cow::Application::Cache#initialize
- Defined in:
- lib/cow/application.rb
#initialize ⇒ Cache
Returns a new instance of Cache.
9 10 11 |
# File 'lib/cow/application.rb', line 9 def initialize @servers = [] end |
Returns a new instance of Cache.
9 10 11 |
# File 'lib/cow/application.rb', line 9 def initialize @servers = [] end |