require 'speed_gun' class SpeedGun::Store::Base def [](id) end def []=(id, value) end end