From c94187bce08dc83ae0c3d30835a73eb6dfe4689e Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 3 Apr 2003 05:25:00 +0000 Subject: * eval.c (rb_f_missing): use "inspect" for T_OBJECT as well. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/lib/tk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index 2e4d9d039e..0ffb0ee434 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -1270,7 +1270,7 @@ class TkVariable def ==(other) case other when TkVariable - self.equal(self) + self.equal(other) when String self.to_s == other when Integer -- cgit v1.2.3