class Faker::TvShows::FinalSpace
Public Class Methods
character()
click to toggle source
Produces a character from Final Space
.
@return [String]
@example
Faker::TvShows::FinalSpace.character #=> "Gary Goodspeed"
@faker.version next
# File lib/faker/tv_shows/final_space.rb, line 18 def character fetch('final_space.characters') end
quote()
click to toggle source
Produces a quote from Final Space
.
@return [String]
@example
Faker::TvShows::FinalSpace.quote #=> "It's an alien on my face! It's an alien on my...It's a space alien!"
@faker.version next
# File lib/faker/tv_shows/final_space.rb, line 45 def quote fetch('final_space.quotes') end
vehicle()
click to toggle source
Produces a vehicle from Final Space
.
@return [String]
@example
Faker::TvShows::FinalSpace.vehicle #=> "Imperium Cruiser"
@faker.version next
# File lib/faker/tv_shows/final_space.rb, line 31 def vehicle fetch('final_space.vehicles') end