class Faker::TvShows::Friends

def character

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

def location

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

def quote

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