class Faker::TvShows::Futurama
Public Class Methods
Source
# File lib/faker/tv_shows/futurama.rb, line 18 def character fetch('futurama.characters') end
Produces a character from Futurama
.
@return [String]
@example
Faker::TvShows::Futurama.character #=> "Amy Wong"
@faker.version 2.13.0
Source
# File lib/faker/tv_shows/futurama.rb, line 59 def hermes_catchphrase fetch('futurama.hermes_catchphrases') end
Produces a catchphrase from Hermes Conrad.
@return [String]
@example
Faker::TvShows::Futurama.hermes_catchphrase #=> "Great foo of bar!"
@faker.version 2.13.0
Source
# File lib/faker/tv_shows/futurama.rb, line 31 def location fetch('futurama.locations') end
Produces a location from Futurama
.
@return [String]
@example
Faker::TvShows::Futurama.location #=> "Wormulon"
@faker.version 2.13.0