class Faker::TvShows::TwinPeaks
Public Class Methods
Source
# File lib/faker/tv_shows/twin_peaks.rb, line 18 def character fetch('twin_peaks.characters') end
Produces a character from Twin Peaks.
@return [String]
@example
Faker::TvShows::TwinPeaks.character #=> "Dale Cooper"
@faker.version 1.7.0
Source
# File lib/faker/tv_shows/twin_peaks.rb, line 31 def location fetch('twin_peaks.locations') end
Produces a location from Twin Peaks.
@return [String]
@example
Faker::TvShows::TwinPeaks.location #=> "Black Lodge"
@faker.version 1.7.0
Source
# File lib/faker/tv_shows/twin_peaks.rb, line 45 def quote fetch('twin_peaks.quotes') end
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