class Faker::TvShows::TwinPeaks

def character

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

def location

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

def quote

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