class Faker::Sports::Basketball
def coach
-
(String)
-
def coach fetch('basketball.coaches') end
def player
-
(String)
-
def player fetch('basketball.players') end
def position
-
(String)
-
def position fetch('basketball.positions') end
def team
-
(String)
-
def team fetch('basketball.teams') end