class Faker::Code

def npi

Returns:
  • (String) -
def npi
  rand(10**10).to_s.rjust(10, '0')
end