openlogic / random-word

MIT License
27 stars 15 forks source link

nouns not_shorter_than #8

Open jocegonz opened 7 years ago

jocegonz commented 7 years ago

I had issues using the not_shorter_than function on nouns. No issue with it on adjectives. It said that I gave one argument when it expected 0.

reference: RandomWord.nouns(not_shorter_than: 56).next

Githraine commented 6 years ago

I just hit this as well. Trying to run RandomWord.nouns(not_shorter_than: 4, not_longer_than: 6).next, I am getting this error: wrong number of arguments (given 1, expected 0)

Githraine commented 6 years ago

I also get this on adjs

jordanwegener commented 3 years ago

Also getting this on not_longer_than. given 1, expected 0