summaryrefslogtreecommitdiff
path: root/lib/getoptlong.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/getoptlong.rb')
-rw-r--r--lib/getoptlong.rb9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/getoptlong.rb b/lib/getoptlong.rb
index 922d25371c..880883a981 100644
--- a/lib/getoptlong.rb
+++ b/lib/getoptlong.rb
@@ -289,14 +289,7 @@ class GetoptLong
@canonical_names.clear
@argument_flags.clear
- arguments.each do |arg|
- #
- # Each argument must be an Array.
- #
- if !arg.is_a?(Array)
- raise ArgumentError, "the option list contains non-Array argument"
- end
-
+ arguments.each do |*arg|
#
# Find an argument flag and it set to `argument_flag'.
#