mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	
							parent
							
								
									b8084b5cb4
								
							
						
					
					
						commit
						cf7e472ab4
					
				
				
				Notes:
				
					git
				
				2020-07-20 03:35:44 +09:00 
				
			
			
			
		
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -708,7 +708,7 @@ class CSV | ||||||
|     if SCANNER_TEST |     if SCANNER_TEST | ||||||
|       class UnoptimizedStringIO |       class UnoptimizedStringIO | ||||||
|         def initialize(string) |         def initialize(string) | ||||||
|           @io = StringIO.new(string) |           @io = StringIO.new(string, "rb:#{string.encoding}") | ||||||
|         end |         end | ||||||
| 
 | 
 | ||||||
|         def gets(*args) |         def gets(*args) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Sutou Kouhei
						Sutou Kouhei