Class: Faker::Lovecraft

Inherits:
Object
  • Object
show all
Extended by:
Gem::Deprecate
Defined in:
lib/faker/deprecate/lovecraft.rb

Class Method Summary collapse

Class Method Details

.deityObject



16
17
18
# File 'lib/faker/deprecate/lovecraft.rb', line 16

def deity
  Faker::Books::Lovecraft.deity
end

.fhtagn(number_of = 1) ⇒ Object



12
13
14
# File 'lib/faker/deprecate/lovecraft.rb', line 12

def fhtagn(number_of = 1)
  Faker::Books::Lovecraft.fhtagn(number_of)
end

.locationObject



8
9
10
# File 'lib/faker/deprecate/lovecraft.rb', line 8

def location
  Faker::Books::Lovecraft.location
end

.paragraph(sentence_count = 3, random_sentences_to_add = 3) ⇒ Object



40
41
42
# File 'lib/faker/deprecate/lovecraft.rb', line 40

def paragraph(sentence_count = 3, random_sentences_to_add = 3)
  Faker::Books::Lovecraft.paragraph(sentence_count, random_sentences_to_add)
end

.paragraph_by_chars(chars = 256) ⇒ Object



48
49
50
# File 'lib/faker/deprecate/lovecraft.rb', line 48

def paragraph_by_chars(chars = 256)
  Faker::Books::Lovecraft.paragraph_by_chars(chars)
end

.paragraphs(paragraph_count = 3) ⇒ Object



44
45
46
# File 'lib/faker/deprecate/lovecraft.rb', line 44

def paragraphs(paragraph_count = 3)
  Faker::Books::Lovecraft.paragraphs(paragraph_count)
end

.sentence(word_count = 4, random_words_to_add = 6) ⇒ Object



24
25
26
# File 'lib/faker/deprecate/lovecraft.rb', line 24

def sentence(word_count = 4, random_words_to_add = 6)
  Faker::Books::Lovecraft.sentence(word_count, random_words_to_add)
end

.sentences(sentence_count = 3) ⇒ Object



36
37
38
# File 'lib/faker/deprecate/lovecraft.rb', line 36

def sentences(sentence_count = 3)
  Faker::Books::Lovecraft.sentences(sentence_count)
end

.tomeObject



20
21
22
# File 'lib/faker/deprecate/lovecraft.rb', line 20

def tome
  Faker::Books::Lovecraft.tome
end

.wordObject



28
29
30
# File 'lib/faker/deprecate/lovecraft.rb', line 28

def word
  Faker::Books::Lovecraft.word
end

.words(num = 3, spaces_allowed = false) ⇒ Object



32
33
34
# File 'lib/faker/deprecate/lovecraft.rb', line 32

def words(num = 3, spaces_allowed = false)
  Faker::Books::Lovecraft.words(num, spaces_allowed)
end