Skip to content

Commit

Permalink
use spat operator instead dummy variables
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasjura committed Apr 20, 2019
1 parent b7beed1 commit 5aa6b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def ConfigTable.load

def initialize_from_table
@table = {}
DESCRIPTER.each do |k, (default, vname, desc, default2)|
DESCRIPTER.each do |k, (default, *)|
@table[k] = default
end
end
Expand Down

0 comments on commit 5aa6b66

Please sign in to comment.