mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	$= is no longer effective.  [ci skip]
				
					
				
			* doc/globals.rdoc: [DOC] `$=` is no longer effective. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									7e8cdaa6c3
								
							
						
					
					
						commit
						8560376071
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -10,7 +10,7 @@ $'::   The string to the right of the last successful match.
 | 
			
		|||
$+::   The highest group matched by the last successful match.
 | 
			
		||||
$1::   The Nth group of the last successful match. May be > 1.
 | 
			
		||||
$~::   The information about the last match in the current scope.
 | 
			
		||||
$=::   The flag for case insensitive, nil by default.
 | 
			
		||||
$=::   This variable is no longer effective. Deprecated.
 | 
			
		||||
$/::   The input record separator, newline by default.
 | 
			
		||||
$\::   The output record separator for the print and IO#write. Default is nil.
 | 
			
		||||
$,::   The output field separator for the print and Array#join.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue