class Faker::Sports::Chess

def tournament

def tournament
  ##
  # Produces the name of a famous chess tournament name.
  #
  # @return [String]
  #
  # @example
  #   Faker::Chess.tournament #=> "Khanty-Mansisyk (Candidates Tournament)"
  #
  # @faker.version next
  fetch('chess.tournaments')
end