summaryrefslogtreecommitdiff
path: root/ext/tk/lib/remote-tk.rb
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-01-31 04:14:50 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-01-31 04:14:50 +0000
commit75b202c933760176519ac1ed9f1e04e5dacb0b52 (patch)
tree8b1f540cb96d56bec584d8a1c0e70353a249bdfe /ext/tk/lib/remote-tk.rb
parent02d0c9e75c54d8187e6570be13fa768e098b6e9c (diff)
* ext/tk/tcltklib.c: add invalid namespace check
* ext/tk/lib/multi-tk.rb: add invalid_namespace? method * ext/tk/lib/remote-tk.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/remote-tk.rb')
-rw-r--r--ext/tk/lib/remote-tk.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/lib/remote-tk.rb b/ext/tk/lib/remote-tk.rb
index a2f8a46d4e..04d86d4cdb 100644
--- a/ext/tk/lib/remote-tk.rb
+++ b/ext/tk/lib/remote-tk.rb
@@ -282,7 +282,7 @@ class RemoteTkIp
end
end
- def null_namespace?
+ def invalid_namespace?
false
end