Skip to content

Commit

Permalink
Merge pull request #9 from Dashurai/master
Browse files Browse the repository at this point in the history
NameError in lib/tk/grid.rb at line 249
  • Loading branch information
hsbt authored May 12, 2017
2 parents 8aef89d + 16adc42 commit e10f40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tk/grid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def size(master)
list(tk_call_without_enc('grid', 'size', master))
end

def slaves(master, keys=nil)
def slaves(master, args=nil)
# master = master.epath if master.kind_of?(TkObject)
master = _epath(master)
list(tk_call_without_enc('grid', 'slaves', master, *hash_kv(args)))
Expand Down

0 comments on commit e10f40b

Please sign in to comment.