class Faker::Lorem
def word(exclude_words: nil)
-
(String)
-
def word(exclude_words: nil) words(number: 1, exclude_words: exclude_words).first end
(String)
-
def word(exclude_words: nil) words(number: 1, exclude_words: exclude_words).first end