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

Can't get it to work #4

Open abejfehr opened 9 years ago

abejfehr commented 9 years ago

I'm completely new to Ruby so this is very likely my fault somehow, but when following the exact example you have in your README.md file I get this object which doesn't contain the meaning:

#<DictionaryRB::Word:0x007ff99a85ab38 @word="pudding">

Do you have any idea what the issue could be?

AnkurGel commented 8 years ago

@abejfehr : I'm sorry. Wasn't notified on when this issue was filed up. That is the object for the word, you have to explicitly call .meaning on that to fetch meaning. I'm in process of updating the library and add more interesting features. If you are still using it (or intend to use it), I will be delighted to keep you updated on this. :)