Method: Faker::Esport.team

Defined in:
lib/faker/default/esport.rb

.teamString

Produces the name of an eSports team.

Examples:

Faker::Esport.team #=> "CLG"

Returns:

  • (String)

Available since:

  • 1.7.0



28
29
30
# File 'lib/faker/default/esport.rb', line 28

def team
  fetch('esport.teams')
end