From c8b1602e4b9cc45fea9bd836d32ba40c7f7207ae Mon Sep 17 00:00:00 2001 From: Amr Adel Date: Wed, 20 May 2020 01:39:34 +0200 Subject: [PATCH] Update faker version documentation to be "next" Co-authored-by: Stephen A. Wilson --- lib/faker/default/address.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/faker/default/address.rb b/lib/faker/default/address.rb index 8ddd5172fb..54dc96f693 100644 --- a/lib/faker/default/address.rb +++ b/lib/faker/default/address.rb @@ -346,7 +346,7 @@ def full_address # country_name_to_code: {name: 'united_states'}) # #=> {:longitude=>-101.74428917174603, :latitude=>-37.40056749089944, :country_name_to_code=>"US"} # - # @faker.version 2.11.0 + # @faker.version next def full_address_as_hash(*attrs, **attrs_params) attrs.map!(&:to_sym) attrs_params.transform_keys!(&:to_sym)