module FFaker::FreedomIpsum

Public Instance Methods

word() click to toggle source
# File lib/ffaker/freedom_ipsum.rb, line 12
def word
  fetch_sample(FREEDOM_WORDS)
end
words(num = 3) click to toggle source
# File lib/ffaker/freedom_ipsum.rb, line 16
def words(num = 3)
  fetch_sample(FREEDOM_WORDS, count: num)
end