Faker::Lorem
Inherits Faker::Base < Reference < Object
Based on Perl"s Text::Lorem
Class methods
character
Sourcecharacters(char_count = 255)
Sourceparagraph(sentence_count = 3, supplemental = false, random_sentences_to_add = 3)
Sourceparagraphs(paragraph_count = 3, supplemental = false)
Sourcesentence(word_count = 4, supplemental = false, random_words_to_add = 6)
Sourcesentences(sentence_count = 3, supplemental = false)
Sourceunique_character(max_retries = 100000)
Sourceunique_characters(max_retries = 100000)
Sourceunique_paragraph(max_retries = 100000)
Sourceunique_paragraphs(max_retries = 100000)
Sourceunique_sentence(max_retries = 100000)
Sourceunique_sentences(max_retries = 100000)
Sourceunique_word(max_retries = 100000)
Sourceunique_words(max_retries = 100000)
Sourceword
Sourcewords(num = 3, supplemental = false)
Source