diff options
author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-16 02:12:58 +0000 |
---|---|---|
committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-16 02:12:58 +0000 |
commit | 9ded970998e1a1fffabcc67e67a15a2a5ebe72ca (patch) | |
tree | 302d51c6b51eb5b4922ff5ae3b3cad48406512ba /ext/tk | |
parent | 90841b4039b8a8f7bfe3a112e341b5da4521811c (diff) | |
download | ruby-9ded970998e1a1fffabcc67e67a15a2a5ebe72ca.tar.gz ruby-9ded970998e1a1fffabcc67e67a15a2a5ebe72ca.tar.xz ruby-9ded970998e1a1fffabcc67e67a15a2a5ebe72ca.zip |
* ext/tk/lib/tk.rb(module TkObjecct): extend TkCore module
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk')
-rw-r--r-- | ext/tk/lib/tk.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index 907f602da..dca4b8892 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -3089,6 +3089,7 @@ module TkConfigMethod end class TkObject<TkKernel + extend TkCore include Tk include TkConfigMethod include TkBindCore |