module Cryptozoologist::Dictionary

Public Instance Methods

addresses() click to toggle source
# File lib/cryptozoologist/dictionary.rb, line 29
def addresses
  Dictionaries.addresses
end
animals() click to toggle source
# File lib/cryptozoologist/dictionary.rb, line 5
def animals
  Dictionaries.animals
end
cities() click to toggle source
# File lib/cryptozoologist/dictionary.rb, line 37
def cities
  Dictionaries.cities
end
clothing() click to toggle source
# File lib/cryptozoologist/dictionary.rb, line 13
def clothing
  Dictionaries.clothing
end
colors() click to toggle source
# File lib/cryptozoologist/dictionary.rb, line 9
def colors
  Dictionaries.colors
end
filler() click to toggle source
# File lib/cryptozoologist/dictionary.rb, line 21
def filler
  Dictionaries.filler
end
first_name() click to toggle source
# File lib/cryptozoologist/dictionary.rb, line 41
def first_name
  Dictionaries.first_name
end
last_name() click to toggle source
# File lib/cryptozoologist/dictionary.rb, line 45
def last_name 
  Dictionaries.last_name
end
punctuation() click to toggle source
# File lib/cryptozoologist/dictionary.rb, line 25
def punctuation
  Dictionaries.punctuation
end
quantity() click to toggle source
# File lib/cryptozoologist/dictionary.rb, line 17
def quantity
  Dictionaries.quantity
end
states() click to toggle source
# File lib/cryptozoologist/dictionary.rb, line 33
def states
  Dictionaries.states
end