diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-19 02:10:02 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-19 02:10:02 +0000 |
| commit | ef1d1c93d9f3157b98c09cbe2ded5096c2cc19d3 (patch) | |
| tree | ff640bbe18a58774c10f7c855b5a1724a7c94416 /ext | |
| parent | 026b3d8248aaaa504b94a8fa699eabc23183047d (diff) | |
| download | ruby-ef1d1c93d9f3157b98c09cbe2ded5096c2cc19d3.tar.gz ruby-ef1d1c93d9f3157b98c09cbe2ded5096c2cc19d3.tar.xz ruby-ef1d1c93d9f3157b98c09cbe2ded5096c2cc19d3.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/branches/ruby_1_8@6362 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/tk/lib/tk.rb | 2 |
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 |
