class Faker::Movies::LordOfTheRings

def character

Returns:
  • (String) -
def character
  fetch('lord_of_the_rings.characters')
end

def location

Returns:
  • (String) -
def location
  fetch('lord_of_the_rings.locations')
end

def quote

Returns:
  • (String) -
def quote
  fetch('lord_of_the_rings.quotes')
end