Method: PM::PatchMaster#bind_code
- Defined in:
- lib/patchmaster/patchmaster.rb
#bind_code(code_key) ⇒ Object
86 87 88 |
# File 'lib/patchmaster/patchmaster.rb', line 86 def bind_code(code_key) @code_bindings[code_key.key] = code_key end |