Class: SignedForm::DigestStores::NullStore

Inherits:
Object
  • Object
show all
Defined in:
lib/signed_form/digest_stores/null_store.rb

Instance Method Summary collapse

Instance Method Details

#fetch(key) ⇒ Object



4
5
6
# File 'lib/signed_form/digest_stores/null_store.rb', line 4

def fetch(key)
  yield
end