Method: Jets::Controller::Cookies::Jar#key

Defined in:
lib/jets/controller/cookies/jar.rb

#key(value) ⇒ Object



129
130
131
# File 'lib/jets/controller/cookies/jar.rb', line 129

def key(value)
  to_hash.key(value)
end