class Faker::Lorem

def locale_question_mark

def locale_question_mark
  translate('faker.lorem.punctuation.question_mark') || '?'
end