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:
parent
4a67017698
commit
dc2f6b3d25
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue