Class: FakeFaker::ChileRut

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

Class Method Summary collapse

Class Method Details

.full_rut(min_rut = nil, fixed = nil) ⇒ Object



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

def full_rut(min_rut = nil, fixed = nil)
  ::Faker::ChileRut.full_rut(min_rut: min_rut, fixed: fixed)
end

.rut(min_rut = nil, fixed = nil) ⇒ Object



8
9
10
# File 'lib/fake_faker/chilerut.rb', line 8

def rut(min_rut = nil, fixed = nil)
  ::Faker::ChileRut.rut(min_rut: min_rut, fixed: fixed)
end