diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-02 05:04:30 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-02 05:04:30 +0000 |
| commit | 01d614d05fa34345e9c8e1521684984aaaa05658 (patch) | |
| tree | 92b661314bdfd045882e365e3e43b77f57244725 /ext/tk/sample/tkfrom.rb | |
| parent | e3689350394195b3d82013f58a586d5f461cc6b8 (diff) | |
| download | ruby-01d614d05fa34345e9c8e1521684984aaaa05658.tar.gz ruby-01d614d05fa34345e9c8e1521684984aaaa05658.tar.xz ruby-01d614d05fa34345e9c8e1521684984aaaa05658.zip | |
* (bug fix) TkEntry#delete
* (bug fix) some widget demos
* support <TkVariable object> == <Symbol>
( "coerce TkVariable" add to the TODO list :-) )
* freeze some object for security reason
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/sample/tkfrom.rb')
| -rw-r--r-- | ext/tk/sample/tkfrom.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/sample/tkfrom.rb b/ext/tk/sample/tkfrom.rb index e0e7f4810..25f1d7c42 100644 --- a/ext/tk/sample/tkfrom.rb +++ b/ext/tk/sample/tkfrom.rb @@ -1,4 +1,4 @@ -#! /usr/local/bin/ruby +#!/usr/bin/env ruby require "parsedate" require "base64" |
