class Faker::TvShows::TwinPeaks
Public Class Methods
character()
click to toggle source
Produces a character from Twin Peaks.
@return [String]
@example
Faker::TvShows::TwinPeaks.character #=> "Dale Cooper"
@faker.version 1.7.0
# File lib/faker/tv_shows/twin_peaks.rb, line 18 def character fetch('twin_peaks.characters') end
location()
click to toggle source
Produces a location from Twin Peaks.
@return [String]
@example
Faker::TvShows::TwinPeaks.location #=> "Black Lodge"
@faker.version 1.7.0
# File lib/faker/tv_shows/twin_peaks.rb, line 31 def location fetch('twin_peaks.locations') end
quote()
click to toggle source
Produces a quote from Twin Peaks.
@return [String]
@example
Faker::TvShows::TwinPeaks.quote #=> "The owls are not what they seem."
@faker.version 1.7.0
# File lib/faker/tv_shows/twin_peaks.rb, line 45 def quote fetch('twin_peaks.quotes') end