module FFaker::FreedomIpsum
Public Instance Methods
Source
# File lib/ffaker/freedom_ipsum.rb, line 16 def words(num = 3) fetch_sample(FREEDOM_WORDS, count: num) end
# File lib/ffaker/freedom_ipsum.rb, line 16 def words(num = 3) fetch_sample(FREEDOM_WORDS, count: num) end