This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
ruby--ruby
Watch
1
Star
0
Fork
You've already forked ruby--ruby
0
mirror of
https://github.com/ruby/ruby.git
synced
2022-11-09 12:17:21 -05:00
Code
Releases
Activity
4804658649
ruby--ruby
/
lib
/
optparse
/
uri.rb
7 lines
100 B
Ruby
Raw
Normal View
History
Unescape
Escape
import git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-07-12 12:40:06 -04:00
# -*- ruby -*-
require
'optparse'
* lib/optparse/uri.rb: require standard uri module. thanks to Minero Aoki. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-08-06 20:47:41 -04:00
require
'uri'
* lib/optparse.rb: get rid of warnings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3838 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-05-21 00:27:06 -04:00
OptionParser
.
accept
(
URI
)
{
|
s
,
|
URI
.
parse
(
s
)
if
s
}
Copy permalink