Open jocegonz opened 7 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)
I also get this on adjs
Also getting this on not_longer_than. given 1, expected 0
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