class Faker::Games::Fallout
Public Class Methods
Source
# File lib/faker/games/fallout.rb, line 16 def character fetch('games.fallout.characters') end
Produces the name of a character from the Fallout
games.
@return [String]
@example
Faker::Games::Fallout.character #=> "Liberty Prime"
@faker.version 1.9.2
Source
# File lib/faker/games/fallout.rb, line 29 def faction fetch('games.fallout.factions') end
Produces the name of a faction from the Fallout
games.
@return [String]
@example
Faker::Games::Fallout.faction #=> "Brotherhood of Steel"
@faker.version 1.9.2
Source
# File lib/faker/games/fallout.rb, line 42 def location fetch('games.fallout.locations') end
Produces the name of a location from the Fallout
games.
@return [String]
@example
Faker::Games::Fallout.location #=> "New Vegas"
@faker.version 1.9.2