mirror of
				https://github.com/askn/faker.git
				synced 2023-08-10 21:13:01 +03:00 
			
		
		
		
	update crystal version
This commit is contained in:
		| @@ -2,7 +2,7 @@ module Faker | ||||
|   class Finance | ||||
|     CREDIT_CARD_TYPES = (Data["credit_card"] as Hash).keys | ||||
|  | ||||
|     def self.credit_card(types = [] of Array(String) : Array) | ||||
|     def self.credit_card(types : Array = [] of Array(String)) | ||||
|       types = CREDIT_CARD_TYPES if types.empty? | ||||
|       type = types.sample | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aşkın Gedik
					Aşkın Gedik