mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	Enhanced RDoc for String#succ! (#3596)
* Enhanced RDoc for String#succ!
This commit is contained in:
		
							parent
							
								
									d598654c74
								
							
						
					
					
						commit
						0555bd8435
					
				
				
				Notes:
				
					git
				
				2020-09-29 01:59:05 +09:00 
				
			
			Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
					 1 changed files with 4 additions and 3 deletions
				
			
		
							
								
								
									
										7
									
								
								string.c
									
										
									
									
									
								
							
							
						
						
									
										7
									
								
								string.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -4310,10 +4310,11 @@ str_succ(VALUE str)
 | 
			
		|||
 | 
			
		||||
/*
 | 
			
		||||
 *  call-seq:
 | 
			
		||||
 *     str.succ!   -> str
 | 
			
		||||
 *     str.next!   -> str
 | 
			
		||||
 *    string.succ! -> self
 | 
			
		||||
 *
 | 
			
		||||
 *  Equivalent to String#succ, but modifies the receiver in place.
 | 
			
		||||
 *  Equivalent to String#succ, but modifies +self+ in place; returns +self+.
 | 
			
		||||
 *
 | 
			
		||||
 *  String#next! is an alias for String#succ!.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
static VALUE
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue