1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

2000-04-10

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2000-04-10 06:05:19 +00:00
parent 4a67017698
commit dc2f6b3d25

View file

@ -370,7 +370,7 @@ module TkComm
end
end
private :install_bind, :tk_event_sequence,
:_bind_core, :_bind, :_bind_append, ,:_bind_remove, :_bindinfo
:_bind_core, :_bind, :_bind_append, :_bind_remove, :_bindinfo
def bind(tagOrClass, context, cmd=Proc.new, args=nil)
_bind(["bind", tagOrClass], context, cmd, args)