Method: Faker::Games::Witcher.witcher

Defined in:
lib/faker/games/witcher.rb

.witcherString

Produces the name of a witcher from The Witcher.

Examples:

Faker::Games::Witcher.witcher #=> "Geralt of Rivia"

Returns:



29
30
31
# File 'lib/faker/games/witcher.rb', line 29

def witcher
  fetch('games.witcher.witchers')
end