Method: VariableHelpers#set
- Defined in:
- lib/potassium/helpers/variable-helpers.rb
#set(key, value) ⇒ Object
2 3 4 5 |
# File 'lib/potassium/helpers/variable-helpers.rb', line 2 def set(key, value) @_data ||= {} @_data[key] = value end |