Class: FakeFaker::Finance

Inherits:
Object
  • Object
show all
Defined in:
lib/fake_faker/finance.rb

Class Method Summary collapse

Class Method Details

.vat_number(country = nil) ⇒ Object



4
5
6
# File 'lib/fake_faker/finance.rb', line 4

def vat_number(country = nil)
  ::Faker::Finance.vat_number(country: country)
end