lib/faker_ssn.rb in faker-medical-0.1.3 vs lib/faker_ssn.rb in faker-medical-0.4.0

- old
+ new

@@ -1,10 +1,10 @@ module Faker class Ssn class << self # English social security number has the format xxx-xx-xxxx def en_ssn - Faker.numerify('###-##-####') + Faker::Base.numerify('###-##-####') end end end end \ No newline at end of file