Libraries
»
micro-hookit
(0.12.13)
»
Index
»
Hookit
»
DB
»
#put
Method: Hookit::DB#put
Defined in:
lib/hookit/db.rb
#
put
(key, value) ⇒
Object
18 19 20 21
# File 'lib/hookit/db.rb', line 18
def
put
(
key
,
value
)
data
[
key
]
=
value
save
end