You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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
The text was updated successfully, but these errors were encountered: