Method: Faker::Ancient.god

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

.godString

Produces a god from ancient mythology.

Examples:

Faker::Ancient.god #=> "Zeus"

Returns:

  • (String)

Available since:

  • 1.7.0



15
16
17
# File 'lib/faker/default/ancient.rb', line 15

def god
  fetch('ancient.god')
end