diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-04-02 05:52:06 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-04-02 05:52:06 +0000 |
commit | 12bbcbb3631e91224737d233e80fbe92b9ec5652 (patch) | |
tree | 25cb3dab21034a432055eb1947f19e1a45d5b95b | |
parent | b6e82baca53367e023051d0ad42f8609c916ac86 (diff) |
* lib/getoptlong.rb: remove unused udoc/usage from example.
[ruby-core:23098]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | lib/getoptlong.rb | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Thu Apr 2 14:50:06 2009 Yukihiro Matsumoto <[email protected]> + + * lib/getoptlong.rb: remove unused udoc/usage from example. + [ruby-core:23098] + Thu Apr 2 07:42:27 2009 Nobuyoshi Nakada <[email protected]> * win32/Makefile.sub (config.h): updated. diff --git a/lib/getoptlong.rb b/lib/getoptlong.rb index c5e60ec188..2d3b617d6b 100644 --- a/lib/getoptlong.rb +++ b/lib/getoptlong.rb @@ -25,7 +25,6 @@ # Here is a simple example of usage: # # require 'getoptlong' -# require 'rdoc/usage' # # opts = GetoptLong.new( # [ '--help', '-h', GetoptLong::NO_ARGUMENT ], |