# File lib/faker/company.rb, line 55 def australian_business_number base = ('%09d' % rand(10 ** 9)) abn = "00#{base}" (99 - (abn_checksum(abn) % 89)).to_s + base end