From dad0f876a9d25c8772b0c7ffbfd8e163569f0141 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 10 Mar 2025 17:01:34 +0900 Subject: [PATCH] [ruby/optparse] Remove extra blank lines [ci skip] https://github.com/ruby/optparse/commit/d7dec6808f --- lib/optparse.rb | 3 --- 1 file changed, 3 deletions(-) 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