# File lib/fast_gettext/translation_repository/yaml.rb, line 19 def plural(*keys) ['one', 'other', 'plural2', 'plural3'].map do |name| self[yaml_dot_notation(keys.first, name)] end end