Method: Cran::Adapter::ClassMethods#push

Defined in:
lib/cran/adapter.rb

#push(key, value) ⇒ Object



14
15
16
17
# File 'lib/cran/adapter.rb', line 14

def push(key, value)
  logger.debug "Store '#{key}'"
  connection[key] = value
end