ruby-changes:19559
From: drbrain <ko1@a...>
Date: Tue, 17 May 2011 06:57:31 +0900 (JST)
Subject: [ruby-changes:19559] drbrain:r31600 (trunk): * lib/optparse.rb: Add link to make_switch to improve documentation.
drbrain 2011-05-17 06:57:22 +0900 (Tue, 17 May 2011) New Revision: 31600 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31600 Log: * lib/optparse.rb: Add link to make_switch to improve documentation. Patch by David Copeland. [Ruby 1.9 - Bug #4708] Modified files: trunk/ChangeLog trunk/lib/optparse.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 31599) +++ ChangeLog (revision 31600) @@ -1,3 +1,8 @@ +Tue May 17 06:56:26 2011 Eric Hodel <drbrain@s...> + + * lib/optparse.rb: Add link to make_switch to improve documentation. + Patch by David Copeland. [Ruby 1.9 - Bug #4708] + Tue May 17 06:50:40 2011 Eric Hodel <drbrain@s...> * lib/observer.rb: Improve documentation. Patch by David Copeland. Index: lib/optparse.rb =================================================================== --- lib/optparse.rb (revision 31599) +++ lib/optparse.rb (revision 31600) @@ -60,7 +60,8 @@ # 4. Arguments can be automatically converted to a specified class. # 5. Arguments can be restricted to a certain set. # -# All of these features are demonstrated in the examples below. +# All of these features are demonstrated in the examples below. See +# #make_switch for full documentation. # # === Minimal example # -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/