mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* doc/syntax/calling_methods.rdoc: Fix documentation for "calling_methods"
Patch by @sos4nt [fix GH-830][ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									f7a73f3e8b
								
							
						
					
					
						commit
						23b9356a0e
					
				
					 2 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,3 +1,8 @@
 | 
			
		|||
Tue Feb 17 10:59:10 2015  SHIBATA Hiroshi  <shibata.hiroshi@gmail.com>
 | 
			
		||||
 | 
			
		||||
	* doc/syntax/calling_methods.rdoc: Fix documentation for "calling_methods"
 | 
			
		||||
	  Patch by @sos4nt [fix GH-830][ci skip]
 | 
			
		||||
 | 
			
		||||
Tue Feb 17 10:53:29 2015  Nobuyoshi Nakada  <nobu@ruby-lang.org>
 | 
			
		||||
 | 
			
		||||
	* win32/file.c (rb_file_expand_path_internal): do not make invalid
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -296,7 +296,7 @@ arguments they will not be gathered by <code>*</code>:
 | 
			
		|||
 | 
			
		||||
Prints:
 | 
			
		||||
 | 
			
		||||
  {:arguments=>[1, 2], :keywords=>{"3"=>4, :five=>6}}
 | 
			
		||||
  {:arguments=>[1, 2, {"3"=>4}], :keywords=>{:five=>6}}
 | 
			
		||||
 | 
			
		||||
Unlike the splat operator described above the <code>**</code> operator has no
 | 
			
		||||
commonly recognized name.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue