Using double splat operator (#5859)
This commit is contained in:
		
							parent
							
								
									42bcbd36b7
								
							
						
					
					
						commit
						b21db9bbde
					
				
					 25 changed files with 32 additions and 32 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| # frozen_string_literal: true | ||||
| 
 | ||||
| class SuspendAccountService < BaseService | ||||
|   def call(account, options = {}) | ||||
|   def call(account, **options) | ||||
|     @account = account | ||||
|     @options = options | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue