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

* ext/tk/lib/tk.rb,multi-tk.rb: stop freezing some classes

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagai 2003-11-12 21:11:40 +00:00
parent 5f4778d347
commit c90fab98a2
3 changed files with 16 additions and 10 deletions

View file

@ -1352,8 +1352,8 @@ end
# end of MultiTkIp definition
# defend against modification
MultiTkIp.freeze
TclTkLib.freeze
#MultiTkIp.freeze
#TclTkLib.freeze
########################################
# start Tk which depends on MultiTkIp