mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	Fix document of GC.start (#2382)
				
					
				
			This commit is contained in:
		
							parent
							
								
									d3da1d57d3
								
							
						
					
					
						commit
						6b42b0c60c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								gc.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								gc.c
									
										
									
									
									
								
							|  | @ -7279,7 +7279,7 @@ garbage_collect_with_gvl(rb_objspace_t *objspace, int reason) | |||
|  *     ObjectSpace.garbage_collect(full_mark: true, immediate_sweep: true) -> nil | ||||
|  *     include GC; garbage_collect(full_mark: true, immediate_sweep: true) -> nil | ||||
|  * | ||||
|  *  Initiates garbage collection, unless manually disabled. | ||||
|  *  Initiates garbage collection, even if manually disabled. | ||||
|  * | ||||
|  *  This method is defined with keyword arguments that default to true: | ||||
|  * | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Masataka Pocke Kuwabara
						Masataka Pocke Kuwabara