module FFaker::SSNSE

def three_character_string(number)

def three_character_string(number)
  '%03d' % number
end