class Faker::Overwatch

Public Class Methods

hero() click to toggle source
# File lib/faker/overwatch.rb, line 4
def hero
  fetch('overwatch.heroes')
end
location() click to toggle source
# File lib/faker/overwatch.rb, line 8
def location
  fetch('overwatch.locations')
end
quote() click to toggle source
# File lib/faker/overwatch.rb, line 12
def quote
  fetch('overwatch.quotes')
end