class Faker::Fallout

Public Class Methods

character() click to toggle source
# File lib/faker/fallout.rb, line 4
def character
  fetch('fallout.characters')
end
faction() click to toggle source
# File lib/faker/fallout.rb, line 8
def faction
  fetch('fallout.factions')
end
location() click to toggle source
# File lib/faker/fallout.rb, line 12
def location
  fetch('fallout.locations')
end
quote() click to toggle source
# File lib/faker/fallout.rb, line 16
def quote
  fetch('fallout.quotes')
end