AnkurGel / dictionary-rb

Provides meanings, similar words and usage examples for a word from Urban Dictionary and Dictionary Reference with CLI support
MIT License
10 stars 1 forks source link

CLI/binary dictionary doesn't work with multiple words for `similar_words` #1

Closed AnkurGel closed 10 years ago

AnkurGel commented 10 years ago

dictionary similar --words sports film --urban gives

/home/user/.rvm/gems/ruby-1.9.3-p194/gems/dictionary-rb-0.1.0/bin/dictionary:116:in `sanitize_options_words': undefined method `map' for "sports":String (NoMethodError)

Though, expression dictionary meaning --words sports film --urban works just fine.