Skip to content

Commit dad0f87

Browse files
nobumatzbot
authored andcommitted
[ruby/optparse] Remove extra blank lines [ci skip]
ruby/optparse@d7dec6808f
1 parent 9de9cb5 commit dad0f87

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/optparse.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,15 +496,13 @@ def convert(opt = nil, val = nil, *)
496496
end
497497
end
498498

499-
500499
#
501500
# Map from option/keyword string to object with completion.
502501
#
503502
class OptionMap < Hash
504503
include Completion
505504
end
506505

507-
508506
#
509507
# Individual switch class. Not important to the user.
510508
#
@@ -1032,7 +1030,6 @@ def match(key)
10321030
DefaultList.short['-'] = Switch::NoArgument.new {}
10331031
DefaultList.long[''] = Switch::NoArgument.new {throw :terminate}
10341032

1035-
10361033
COMPSYS_HEADER = <<'XXX' # :nodoc:
10371034
10381035
typeset -A opt_args

0 commit comments

Comments
 (0)