mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	Merge branch 'patch-5' of https://github.com/sos4nt/ruby into trunk
[Fix GH-2084]
This commit is contained in:
		
						commit
						8c689e216f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								array.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								array.c
									
										
									
									
									
								
							|  | @ -4683,7 +4683,7 @@ rb_ary_or(VALUE ary1, VALUE ary2) | |||
| 
 | ||||
| /*
 | ||||
|  *  call-seq: | ||||
|  *     ary.union(other_ary1, other_ary2, ...)   -> ary | ||||
|  *     ary.union(other_ary1, other_ary2, ...)   -> new_ary | ||||
|  * | ||||
|  *  Set Union --- Returns a new array by joining <code>other_ary</code>s with +self+, | ||||
|  *  excluding any duplicates and preserving the order from the given arrays. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Kazuhiro NISHIYAMA
						Kazuhiro NISHIYAMA