Apply Rubocop Performance/RedundantBlockCall (#23440)
This commit is contained in:
		
							parent
							
								
									f31d9a590d
								
							
						
					
					
						commit
						cec005068f
					
				| @ -88,7 +88,7 @@ class Trends::History | |||||||
| 
 | 
 | ||||||
|   def each(&block) |   def each(&block) | ||||||
|     if block_given? |     if block_given? | ||||||
|       (0...7).map { |i| block.call(get(i.days.ago)) } |       (0...7).map { |i| yield(get(i.days.ago)) } | ||||||
|     else |     else | ||||||
|       to_enum(:each) |       to_enum(:each) | ||||||
|     end |     end | ||||||
|  | |||||||
| @ -49,7 +49,7 @@ class Import::RelationshipWorker | |||||||
|         .with_error_handler { |error, handle| error.is_a?(HTTP::Error) || error.is_a?(OpenSSL::SSL::SSLError) ? handle.call(error) : raise(error) } |         .with_error_handler { |error, handle| error.is_a?(HTTP::Error) || error.is_a?(OpenSSL::SSL::SSLError) ? handle.call(error) : raise(error) } | ||||||
|         .run |         .run | ||||||
|     else |     else | ||||||
|       block.call |       yield | ||||||
|     end |     end | ||||||
|   end |   end | ||||||
| end | end | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user