ruby-changes:11493
From: matz <ko1@a...>
Date: Thu, 2 Apr 2009 14:52:16 +0900 (JST)
Subject: [ruby-changes:11493] Ruby:r23119 (trunk): * lib/getoptlong.rb: remove unused udoc/usage from example.
matz 2009-04-02 14:52:06 +0900 (Thu, 02 Apr 2009) New Revision: 23119 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=23119 Log: * lib/getoptlong.rb: remove unused udoc/usage from example. [ruby-core:23098] Modified files: trunk/ChangeLog trunk/lib/getoptlong.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 23118) +++ ChangeLog (revision 23119) @@ -1,3 +1,8 @@ +Thu Apr 2 14:50:06 2009 Yukihiro Matsumoto <matz@r...> + + * lib/getoptlong.rb: remove unused udoc/usage from example. + [ruby-core:23098] + Thu Apr 2 07:42:27 2009 Nobuyoshi Nakada <nobu@r...> * win32/Makefile.sub (config.h): updated. Index: lib/getoptlong.rb =================================================================== --- lib/getoptlong.rb (revision 23118) +++ lib/getoptlong.rb (revision 23119) @@ -25,7 +25,6 @@ # Here is a simple example of usage: # # require 'getoptlong' -# require 'rdoc/usage' # # opts = GetoptLong.new( # [ '--help', '-h', GetoptLong::NO_ARGUMENT ], -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/