module FFaker::PhoneNumberIT

def random_space

def random_space
  rand(0..1) == 1 ? ' ' : ''
end