class Faker::Movie

def title

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