class Faker::JapaneseMedia::Naruto

def character

Returns:
  • (String) -
def character
  fetch('naruto.characters')
end

def demon

Returns:
  • (String) -
def demon
  fetch('naruto.demons')
end

def eye

Returns:
  • (String) -
def eye
  fetch('naruto.eyes')
end

def village

Returns:
  • (String) -
def village
  fetch('naruto.villages')
end