From 535d715908375be873cd6109f85d88c44fa2f52c Mon Sep 17 00:00:00 2001 From: Dave Copeland Date: Sun, 15 May 2011 15:29:44 -0400 Subject: [PATCH 6/6] link to a REALLY useful method for documentation --- lib/optparse.rb | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lib/optparse.rb b/lib/optparse.rb index 70fda81..79a95c1 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 # -- 1.7.3.4