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

* lib/optparse.rb: Add link to make_switch to improve documentation.

Patch by David Copeland.  [Ruby 1.9 - Bug #4708]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2011-05-16 21:57:22 +00:00
parent 1234af557b
commit ae4afa5a4e
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Tue May 17 06:56:26 2011 Eric Hodel <drbrain@segment7.net>
* 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@segment7.net>
* lib/observer.rb: Improve documentation. Patch by David Copeland.

View file

@ -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
#