Get a storage with the given name.
Parameters:
the name of the storage
Returns:
239 240 241
# File 'opal/browser/storage.rb', line 239 def storage(name = :default) Storage.new(to_n, name) end