1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
matz 2009-04-02 05:52:06 +00:00
parent b6e82baca5
commit 12bbcbb363
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Thu Apr 2 14:50:06 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* lib/getoptlong.rb: remove unused udoc/usage from example.
[ruby-core:23098]
Thu Apr 2 07:42:27 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* win32/Makefile.sub (config.h): updated.

View file

@ -25,7 +25,6 @@
# Here is a simple example of usage:
#
# require 'getoptlong'
# require 'rdoc/usage'
#
# opts = GetoptLong.new(
# [ '--help', '-h', GetoptLong::NO_ARGUMENT ],