From 7f76a21b236be0790e448a172ae50f00bc602438 Mon Sep 17 00:00:00 2001 From: nagai Date: Sun, 3 Aug 2003 06:00:54 +0000 Subject: * sorry. fixed commit miss git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/lib/tk.rb | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index dcbaeea15..d282bbd5e 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -1839,17 +1839,10 @@ class TkVariable string(value).to_s end -<<<<<<< tk.rb - def to_symbol - value.intern - end - -======= def to_sym value.intern end ->>>>>>> 1.73 def inspect format "#", @id end @@ -1860,13 +1853,8 @@ class TkVariable self.equal?(other) when String self.to_s == other -<<<<<<< tk.rb - when Symbol - self.to_symbol == other -======= when Symbol self.to_sym == other ->>>>>>> 1.73 when Integer self.to_i == other when Float -- cgit