Module: Cryptozoologist::Dictionary
Instance Method Summary collapse
- #addresses ⇒ Object
- #animals ⇒ Object
- #cities ⇒ Object
- #clothing ⇒ Object
- #colors ⇒ Object
- #filler ⇒ Object
- #first_name ⇒ Object
- #last_name ⇒ Object
- #punctuation ⇒ Object
- #quantity ⇒ Object
- #states ⇒ Object
Instance Method Details
#addresses ⇒ Object
29 30 31 |
# File 'lib/cryptozoologist/dictionary.rb', line 29 def addresses Dictionaries.addresses end |
#animals ⇒ Object
5 6 7 |
# File 'lib/cryptozoologist/dictionary.rb', line 5 def animals Dictionaries.animals end |
#cities ⇒ Object
37 38 39 |
# File 'lib/cryptozoologist/dictionary.rb', line 37 def cities Dictionaries.cities end |
#clothing ⇒ Object
13 14 15 |
# File 'lib/cryptozoologist/dictionary.rb', line 13 def clothing Dictionaries.clothing end |
#colors ⇒ Object
9 10 11 |
# File 'lib/cryptozoologist/dictionary.rb', line 9 def colors Dictionaries.colors end |
#filler ⇒ Object
21 22 23 |
# File 'lib/cryptozoologist/dictionary.rb', line 21 def filler Dictionaries.filler end |
#first_name ⇒ Object
41 42 43 |
# File 'lib/cryptozoologist/dictionary.rb', line 41 def first_name Dictionaries.first_name end |
#last_name ⇒ Object
45 46 47 |
# File 'lib/cryptozoologist/dictionary.rb', line 45 def last_name Dictionaries.last_name end |
#punctuation ⇒ Object
25 26 27 |
# File 'lib/cryptozoologist/dictionary.rb', line 25 def punctuation Dictionaries.punctuation end |
#quantity ⇒ Object
17 18 19 |
# File 'lib/cryptozoologist/dictionary.rb', line 17 def quantity Dictionaries.quantity end |
#states ⇒ Object
33 34 35 |
# File 'lib/cryptozoologist/dictionary.rb', line 33 def states Dictionaries.states end |