summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-16 21:57:22 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-16 21:57:22 +0000
commitae4afa5a4e573d7b79a76bfea4bd27befc673acb (patch)
treebf0e17a729a9a27edaed8035cf9a2706c74e650c /lib
parent1234af557bfe184fbdd5d40076c41f0feee737de (diff)
* 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
Diffstat (limited to 'lib')
-rw-r--r--lib/optparse.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/optparse.rb b/lib/optparse.rb
index 70fda81207..79a95c1462 100644
--- a/lib/optparse.rb
+++ b/lib/optparse.rb
@@ -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
#