mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 14:05:02 +02:00
* ext/tk/lib/tk/variable.rb: TkVariable#trace didn't work on
TkVariable retrived from TkVariable.new_hash.ref. [ruby-dev:26721] (written by Hidetoshi NAGAI) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c32b77cee1
commit
af41a0c146
3 changed files with 72 additions and 26 deletions
|
@ -4201,7 +4201,7 @@ end
|
|||
#Tk.freeze
|
||||
|
||||
module Tk
|
||||
RELEASE_DATE = '2005-07-28'.freeze
|
||||
RELEASE_DATE = '2005-08-03'.freeze
|
||||
|
||||
autoload :AUTO_PATH, 'tk/variable'
|
||||
autoload :TCL_PACKAGE_PATH, 'tk/variable'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue