summaryrefslogtreecommitdiffstats
path: root/ext/tk/lib
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-19 02:10:02 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-19 02:10:02 +0000
commit0ba3f6fe8088decd04068119d9e59189822f9795 (patch)
treeebe4800003512eb2e4017c03d7ec10a58791c8a2 /ext/tk/lib
parentc6d466641ae2b5c8736255ac991944d7ebd6acac (diff)
downloadruby-0ba3f6fe8088decd04068119d9e59189822f9795.tar.gz
ruby-0ba3f6fe8088decd04068119d9e59189822f9795.tar.xz
ruby-0ba3f6fe8088decd04068119d9e59189822f9795.zip
* ext/tk/lib/tk.rb: change permition of TkObject#tk_send from private to public
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6362 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib')
-rw-r--r--ext/tk/lib/tk.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb
index 36a9e54f2..f337bbb8b 100644
--- a/ext/tk/lib/tk.rb
+++ b/ext/tk/lib/tk.rb
@@ -2007,7 +2007,7 @@ class TkObject<TkKernel
def tk_send_with_enc(cmd, *rest)
tk_call_with_enc(path, cmd, *rest)
end
- private :tk_send, :tk_send_without_enc, :tk_send_with_enc
+ # private :tk_send, :tk_send_without_enc, :tk_send_with_enc
def method_missing(id, *args)
name = id.id2name