11 12 13 14
# File 'lib/potassium/helpers/variable-helpers.rb', line 11 def get(key) @_data ||= {} @_data[key] end