class SignedForm::DigestStores::NullStore
Public Instance Methods
fetch(key) { || ... }
click to toggle source
# File lib/signed_form/digest_stores/null_store.rb, line 4 def fetch(key) yield end
# File lib/signed_form/digest_stores/null_store.rb, line 4 def fetch(key) yield end