Module: Love::ThankWords

Defined in:
lib/love/thank_words.rb

Class Method Summary collapse

Class Method Details

.begin_authorObject



9
10
11
# File 'lib/love/thank_words.rb', line 9

def begin_author
  find_words('begin_author')
end

.end_authorObject



17
18
19
# File 'lib/love/thank_words.rb', line 17

def end_author
  find_words('end_author')
end

.heartsObject



33
34
35
# File 'lib/love/thank_words.rb', line 33

def hearts
  '<3' * rand(10)
end

.libraries_prefixObject



29
30
31
# File 'lib/love/thank_words.rb', line 29

def libraries_prefix
  find_words('libraries_prefix')
end

.library_prefixObject



25
26
27
# File 'lib/love/thank_words.rb', line 25

def library_prefix
  find_words('library_prefix')
end

.middle_authorObject



13
14
15
# File 'lib/love/thank_words.rb', line 13

def middle_author
  find_words('middle_author')
end

.person_perfixObject



21
22
23
# File 'lib/love/thank_words.rb', line 21

def person_perfix
  find_words('person_prefix')
end

.title_thanksObject



5
6
7
# File 'lib/love/thank_words.rb', line 5

def title_thanks
  find_words('title_thanks')
end