summaryrefslogtreecommitdiff
path: root/lib/optparse.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/optparse.rb')
-rw-r--r--lib/optparse.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/optparse.rb b/lib/optparse.rb
index 272b99d411..9648f75fd2 100644
--- a/lib/optparse.rb
+++ b/lib/optparse.rb
@@ -8,6 +8,7 @@
#
+#--
# == Developer Documentation (not for RDoc output)
#
# === Class tree
@@ -42,6 +43,8 @@
# | all instances)|
# +---------------+
#
+#++
+#
# == OptionParser
#
# === Introduction