mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* lib/uri/common.rb (Kernel#URI): new global method for parsing URIs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									03514c2761
								
							
						
					
					
						commit
						74f6b8e7c9
					
				
					 3 changed files with 21 additions and 0 deletions
				
			
		|  | @ -595,3 +595,13 @@ module URI | |||
|   end | ||||
| 
 | ||||
| end | ||||
| 
 | ||||
| module Kernel | ||||
|   # alias for URI.parse. | ||||
|   # | ||||
|   # This method is introduced at 1.8.2. | ||||
|   def URI(uri_str) # :doc: | ||||
|     URI.parse(uri_str) | ||||
|   end | ||||
|   module_function :URI | ||||
| end | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 akr
						akr