Top Level Namespace
Defined Under Namespace
Modules: Githook
Instance Method Summary collapse
Instance Method Details
#fetch(key, def_val) ⇒ Object
19 20 21 |
# File 'lib/githook/context.rb', line 19 def fetch(key, def_val) Githook::Context.fetch(key, def_val) end |
#set(key, value) ⇒ Object
15 16 17 |
# File 'lib/githook/context.rb', line 15 def set(key, value) Githook::Context.set(key, value) end |