We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0222fe5 commit e7aad40Copy full SHA for e7aad40
lib/thor/parser/arguments.rb
@@ -34,7 +34,6 @@ def initialize(arguments = [])
34
@assigns[argument.human_name] = argument.default.dup
35
rescue TypeError # Compatibility shim for un-dup-able Fixnum in Ruby < 2.4
36
@assigns[argument.human_name] = argument.default
37
- next
38
end
39
elsif argument.required?
40
@non_assigned_required << argument
0 commit comments