Libraries
»
hookit
(1.0.0)
»
Index
»
Hookit
»
Hook
»
#set
Method: Hookit::Hook#set
Defined in:
lib/hookit/hook.rb
#
set
(key, value) ⇒
Object
41 42 43
# File 'lib/hookit/hook.rb', line 41
def
set
(
key
,
value
)
dict
[
key
]
=
value
end