Method: Kronos::ConfigAgent#storage

Defined in:
lib/kronos/config_agent.rb

#storage(storage, *config) ⇒ Object



21
22
23
24
# File 'lib/kronos/config_agent.rb', line 21

def storage(storage, *config)
  @instance[:storage] = storage.new(*config)
  self
end