Method: Adhoq::GlobalVariable#current_storage

Defined in:
lib/adhoq/global_variable.rb

#current_storageObject



9
10
11
12
13
# File 'lib/adhoq/global_variable.rb', line 9

def current_storage
  synchronize {
    @current_storage ||= setup_storage(*Adhoq.config.storage)
  }
end