Class: Faker::HitchhikersGuideToTheGalaxy
- Inherits:
-
Object
- Object
- Faker::HitchhikersGuideToTheGalaxy
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/faker/deprecate/hitchhikers_guide_to_the_galaxy.rb
Class Method Summary collapse
- .character ⇒ Object
- .location ⇒ Object
- .marvin_quote ⇒ Object
- .planet ⇒ Object
- .quote ⇒ Object
- .specie ⇒ Object
- .starship ⇒ Object
Class Method Details
.character ⇒ Object
8 9 10 |
# File 'lib/faker/deprecate/hitchhikers_guide_to_the_galaxy.rb', line 8 def character Faker::Movies::HitchhikersGuideToTheGalaxy.character end |
.location ⇒ Object
12 13 14 |
# File 'lib/faker/deprecate/hitchhikers_guide_to_the_galaxy.rb', line 12 def location Faker::Movies::HitchhikersGuideToTheGalaxy.location end |
.marvin_quote ⇒ Object
16 17 18 |
# File 'lib/faker/deprecate/hitchhikers_guide_to_the_galaxy.rb', line 16 def marvin_quote Faker::Movies::HitchhikersGuideToTheGalaxy.marvin_quote end |
.planet ⇒ Object
20 21 22 |
# File 'lib/faker/deprecate/hitchhikers_guide_to_the_galaxy.rb', line 20 def planet Faker::Movies::HitchhikersGuideToTheGalaxy.planet end |
.quote ⇒ Object
24 25 26 |
# File 'lib/faker/deprecate/hitchhikers_guide_to_the_galaxy.rb', line 24 def quote Faker::Movies::HitchhikersGuideToTheGalaxy.quote end |
.specie ⇒ Object
28 29 30 |
# File 'lib/faker/deprecate/hitchhikers_guide_to_the_galaxy.rb', line 28 def specie Faker::Movies::HitchhikersGuideToTheGalaxy.specie end |
.starship ⇒ Object
32 33 34 |
# File 'lib/faker/deprecate/hitchhikers_guide_to_the_galaxy.rb', line 32 def starship Faker::Movies::HitchhikersGuideToTheGalaxy.starship end |