class Faker::JapaneseMedia::StudioGhibli

def character

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

def movie

Returns:
  • (String) -
def movie
  fetch('studio_ghibli.movies')
end

def quote

Returns:
  • (String) -
def quote
  fetch('studio_ghibli.quotes')
end