class Faker::Games::Overwatch

def hero

Returns:
  • (String) -
def hero
  fetch('games.overwatch.heroes')
end

def location

Returns:
  • (String) -
def location
  fetch('games.overwatch.locations')
end

def quote

Returns:
  • (String) -
def quote
  fetch('games.overwatch.quotes')
end