class Faker::TvShows::Futurama
Public Class Methods
character()
click to toggle source
Produces a character from Futurama
.
@return [String]
@example
Faker::TvShows::Futurama.character #=> "Amy Wong"
@faker.version 2.13.0
# File lib/faker/tv_shows/futurama.rb, line 18 def character fetch('futurama.characters') end
hermes_catchphrase()
click to toggle source
Produces a catchphrase from Hermes Conrad.
@return [String]
@example
Faker::TvShows::Futurama.hermes_catchphrase #=> "Great foo of bar!"
@faker.version 2.13.0
# File lib/faker/tv_shows/futurama.rb, line 59 def hermes_catchphrase fetch('futurama.hermes_catchphrases') end
location()
click to toggle source
Produces a location from Futurama
.
@return [String]
@example
Faker::TvShows::Futurama.location #=> "Wormulon"
@faker.version 2.13.0
# File lib/faker/tv_shows/futurama.rb, line 31 def location fetch('futurama.locations') end
quote()
click to toggle source
Produces a quote from Futurama
.
@return [String]
@example
Faker::TvShows::Futurama.quote #=> "Ugh, it's like a party in my mouth & everyone's throwing up."
@faker.version 2.13.0
# File lib/faker/tv_shows/futurama.rb, line 45 def quote fetch('futurama.quotes') end