class Faker::TwinPeaks

Public Class Methods

character() click to toggle source
# File lib/faker/twin_peaks.rb, line 4
def character
  fetch('twin_peaks.characters')
end
location() click to toggle source
# File lib/faker/twin_peaks.rb, line 8
def location
  fetch('twin_peaks.locations')
end
quote() click to toggle source
# File lib/faker/twin_peaks.rb, line 12
def quote
  fetch('twin_peaks.quotes')
end