Skip to content

Commit

Permalink
Update grid.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Dashurai authored May 12, 2017
1 parent 8aef89d commit 16adc42
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 16adc42

Please sign in to comment.