diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-03 06:00:54 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-03 06:00:54 +0000 |
| commit | 7f76a21b236be0790e448a172ae50f00bc602438 (patch) | |
| tree | 90620ae3e6f9565cb1f484a1c88ede6245c2b57a /ext/tk | |
| parent | 2dad3d492d53d93738654b9c4335ca5333c278a6 (diff) | |
| download | ruby-7f76a21b236be0790e448a172ae50f00bc602438.tar.gz ruby-7f76a21b236be0790e448a172ae50f00bc602438.tar.xz ruby-7f76a21b236be0790e448a172ae50f00bc602438.zip | |
* sorry. fixed commit miss
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk')
| -rw-r--r-- | ext/tk/lib/tk.rb | 12 |
1 files changed, 0 insertions, 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 "#<TkVariable: %s>", @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 |
