Sha256: 3da0ecc6b092970b44932c0f44c3addaaf0a2a970a9fbb52d256509c4fb8c778
Contents?: true
Size: 662 Bytes
Versions: 2
Compression:
Stored size: 662 Bytes
Contents
module Faker class PhoneNumber class << self def phone_number Faker.numerify(Formats.at_rand) end end Formats = [ '###-###-####', '(###)###-####', '1-###-###-####', '###.###.####', '###-###-####', '(###)###-####', '1-###-###-####', '###.###.####', '###-###-#### x###', '(###)###-#### x###', '1-###-###-#### x###', '###.###.#### x###', '###-###-#### x####', '(###)###-#### x####', '1-###-###-#### x####', '###.###.#### x####', '###-###-#### x#####', '(###)###-#### x#####', '1-###-###-#### x#####', '###.###.#### x#####' ] end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
faker-0.1.0 | lib/faker/phone_number.rb |
faker-0.2.0 | lib/faker/phone_number.rb |