method

get

get(store_object, key)
public

No documentation available.

# File activerecord/lib/active_record/store.rb, line 234
        def self.get(store_object, key)
          if store_object
            store_object[key]
          end
        end