Method: Search::Simple::Dictionary#initialize
- Defined in:
- lib/search/simple/dictionary.rb
#initialize ⇒ Dictionary
Returns a new instance of Dictionary.
94 95 96 |
# File 'lib/search/simple/dictionary.rb', line 94 def initialize @words = {} end |