* ext/tk/lib/tk.rb: change permition of TkObject#tk_send from private to public
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6362 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
36d86893c4
commit
3011f45158
@ -1,3 +1,8 @@
|
|||||||
|
Wed May 19 11:08:10 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||||
|
|
||||||
|
* ext/tk/lib/tk.rb: change permition of TkObject#tk_send from
|
||||||
|
private to public
|
||||||
|
|
||||||
Wed May 19 02:29:36 2004 Minero Aoki <aamine@loveruby.net>
|
Wed May 19 02:29:36 2004 Minero Aoki <aamine@loveruby.net>
|
||||||
|
|
||||||
* lib/net/http.rb: support TRACE.
|
* lib/net/http.rb: support TRACE.
|
||||||
|
@ -2007,7 +2007,7 @@ class TkObject<TkKernel
|
|||||||
def tk_send_with_enc(cmd, *rest)
|
def tk_send_with_enc(cmd, *rest)
|
||||||
tk_call_with_enc(path, cmd, *rest)
|
tk_call_with_enc(path, cmd, *rest)
|
||||||
end
|
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)
|
def method_missing(id, *args)
|
||||||
name = id.id2name
|
name = id.id2name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user