class Faker::Movies::Tron

def tagline

Returns:
  • (String) -
def tagline
  sample(taglines)
end