Method: VariableHelpers#get

Defined in:
lib/potassium/helpers/variable-helpers.rb

#get(key) ⇒ Object



11
12
13
14
# File 'lib/potassium/helpers/variable-helpers.rb', line 11

def get(key)
  @_data ||= {}
  @_data[key]
end