diff --git a/lib/optparse.rb b/lib/optparse.rb index c0e861d73b..a53b1d16ee 100644 --- a/lib/optparse.rb +++ b/lib/optparse.rb @@ -496,7 +496,6 @@ class OptionParser end end - # # Map from option/keyword string to object with completion. # @@ -504,7 +503,6 @@ class OptionParser include Completion end - # # Individual switch class. Not important to the user. # @@ -1032,7 +1030,6 @@ class OptionParser DefaultList.short['-'] = Switch::NoArgument.new {} DefaultList.long[''] = Switch::NoArgument.new {throw :terminate} - COMPSYS_HEADER = <<'XXX' # :nodoc: typeset -A opt_args