class Vegetable def self.cached_mapping { 'lett' => 'Lettuce', 'potato' => 'Potato' } end end