23 24 25
# File 'lib/c80_shared/dict.rb', line 23 def self.where(ids) all.select { |const| ids.include?(const.id) } end