mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	Remove useless use of a variable in Reline::ANSI
This commit is contained in:
		
							parent
							
								
									80c968c571
								
							
						
					
					
						commit
						b5a3ec7f18
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -33,7 +33,6 @@ class Reline::ANSI | |||
|           res << c if c | ||||
|         end | ||||
|       end | ||||
|       res | ||||
|       m = res.match(/(?<row>\d+);(?<column>\d+)/) | ||||
|       column = m[:column].to_i - 1 | ||||
|       row = m[:row].to_i - 1 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 aycabta
						aycabta