7 8 9
# File 'lib/plyushkin/service/stub.rb', line 7 def get(model, id) JSON.parse(get_store(model)[id] || "{}") end