Skip to content

Commit

Permalink
changed 1.9.2 to next faker.version on chile_rut.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlHeitmann committed Aug 8, 2022
1 parent 2e18995 commit a10d535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faker/default/chile_rut.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def full_rut(legacy_min_rut = NOT_GIVEN, legacy_fixed = NOT_GIVEN, min_rut: 0, f
# Faker::ChileRut.full_rut_with_dots(min_rut: 20890156) #=> "30.686.957-4"
# Faker::ChileRut.full_rut_with_dots(min_rut: 30686957, fixed: true) #=> "30.686.957-4"
#
# @faker.version 1.9.2
# @faker.version next
def full_formatted_rut(legacy_min_rut = NOT_GIVEN, legacy_fixed = NOT_GIVEN, min_rut: 0, fixed: false)
warn_for_deprecated_arguments do |keywords|
keywords << :min_rut if legacy_min_rut != NOT_GIVEN
Expand Down

0 comments on commit a10d535

Please sign in to comment.