Class: Faker::Fallout

Inherits:
Object
  • Object
show all
Extended by:
Gem::Deprecate
Defined in:
lib/faker/deprecate/fallout.rb

Class Method Summary collapse

Class Method Details

.characterObject



8
9
10
# File 'lib/faker/deprecate/fallout.rb', line 8

def character
  Faker::Games::Fallout.character
end

.factionObject



12
13
14
# File 'lib/faker/deprecate/fallout.rb', line 12

def faction
  Faker::Games::Fallout.faction
end

.locationObject



16
17
18
# File 'lib/faker/deprecate/fallout.rb', line 16

def location
  Faker::Games::Fallout.location
end

.quoteObject



20
21
22
# File 'lib/faker/deprecate/fallout.rb', line 20

def quote
  Faker::Games::Fallout.quote
end