class Faker::Football
Public Class Methods
coach()
click to toggle source
# File lib/faker/football.rb, line 12 def coach fetch('football.coaches') end
competition()
click to toggle source
# File lib/faker/football.rb, line 16 def competition fetch('football.competitions') end
player()
click to toggle source
# File lib/faker/football.rb, line 8 def player fetch('football.players') end
team()
click to toggle source
# File lib/faker/football.rb, line 4 def team fetch('football.teams') end