diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-19 04:24:05 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-19 04:24:05 +0000 |
| commit | 683d76e2e7c51581217755bc687d26489dcfd2a7 (patch) | |
| tree | 0b98670df64b45801410689cb42afd24c2e31f1f /ext/tk/lib | |
| parent | 7ea10c07c8cc4cf62a3a0a02e1bbdada74049550 (diff) | |
| download | ruby-683d76e2e7c51581217755bc687d26489dcfd2a7.tar.gz ruby-683d76e2e7c51581217755bc687d26489dcfd2a7.tar.xz ruby-683d76e2e7c51581217755bc687d26489dcfd2a7.zip | |
* ext/tk/lib/tk/variable.rb: For symmetry, add TkVariable#string. It
returns a string even if the default value type of the TkVariable
object is not "string".
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib')
| -rw-r--r-- | ext/tk/lib/tk/variable.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/tk/lib/tk/variable.rb b/ext/tk/lib/tk/variable.rb index cceaa995e..4cf2eae8e 100644 --- a/ext/tk/lib/tk/variable.rb +++ b/ext/tk/lib/tk/variable.rb @@ -918,6 +918,7 @@ end #string(value).to_s _value end + alias string to_s def element_to_s(*idxs) _element_value(*idxs) end |
