Method: Faker::Games::Fallout.location
- Defined in:
- lib/faker/games/fallout.rb
.location ⇒ String
Produces the name of a location from the Fallout games.
42 43 44 |
# File 'lib/faker/games/fallout.rb', line 42 def location fetch('games.fallout.locations') end |