Apply Rubocop Performance/StringReplacement (#23445)
This commit is contained in:
		
							parent
							
								
									67a6f688ca
								
							
						
					
					
						commit
						fd5980fc35
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -7,7 +7,7 @@ module EmailHelper | ||||||
| 
 | 
 | ||||||
|   def email_to_canonical_email(str) |   def email_to_canonical_email(str) | ||||||
|     username, domain = str.downcase.split('@', 2) |     username, domain = str.downcase.split('@', 2) | ||||||
|     username, = username.gsub('.', '').split('+', 2) |     username, = username.delete('.').split('+', 2) | ||||||
| 
 | 
 | ||||||
|     "#{username}@#{domain}" |     "#{username}@#{domain}" | ||||||
|   end |   end | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue