Class: Atethechon::DataStore

Inherits:
Object
  • Object
show all
Defined in:
lib/atethechon/data_store.rb

Instance Method Summary collapse

Instance Method Details

#load(_key, with:) ⇒ Object



3
4
5
# File 'lib/atethechon/data_store.rb', line 3

def load(_key, with:)
  with.new.load
end