class Faker::HitchhikersGuideToTheGalaxy

Public Class Methods

character() click to toggle source
# File lib/faker/hitchhikers_guide_to_the_galaxy.rb, line 4
def character
  fetch('hitchhikers_guide_to_the_galaxy.characters')
end
location() click to toggle source
# File lib/faker/hitchhikers_guide_to_the_galaxy.rb, line 8
def location
  fetch('hitchhikers_guide_to_the_galaxy.locations')
end
marvin_quote() click to toggle source
# File lib/faker/hitchhikers_guide_to_the_galaxy.rb, line 12
def marvin_quote
  fetch('hitchhikers_guide_to_the_galaxy.marvin_quote')
end
planet() click to toggle source
# File lib/faker/hitchhikers_guide_to_the_galaxy.rb, line 16
def planet
  fetch('hitchhikers_guide_to_the_galaxy.planets')
end
quote() click to toggle source
# File lib/faker/hitchhikers_guide_to_the_galaxy.rb, line 20
def quote
  fetch('hitchhikers_guide_to_the_galaxy.quotes')
end
specie() click to toggle source
# File lib/faker/hitchhikers_guide_to_the_galaxy.rb, line 24
def specie
  fetch('hitchhikers_guide_to_the_galaxy.species')
end
starship() click to toggle source
# File lib/faker/hitchhikers_guide_to_the_galaxy.rb, line 28
def starship
  fetch('hitchhikers_guide_to_the_galaxy.starships')
end