Method: WhatIs#ambigous_categories
- Defined in:
- lib/whatis.rb
#ambigous_categories ⇒ Object
173 174 175 |
# File 'lib/whatis.rb', line 173 def ambigous_categories @ambigous_categories = AMBIGOUS_CATEGORIES.fetch(language.to_sym, []) end |