Method: Dict.where

Defined in:
lib/c80_shared/dict.rb

.where(ids) ⇒ Object



23
24
25
# File 'lib/c80_shared/dict.rb', line 23

def self.where(ids)
  all.select { |const| ids.include?(const.id) }
end