summaryrefslogtreecommitdiffstats
path: root/ext/tk/sample/tktimer.rb
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-02 05:04:30 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-02 05:04:30 +0000
commit01d614d05fa34345e9c8e1521684984aaaa05658 (patch)
tree92b661314bdfd045882e365e3e43b77f57244725 /ext/tk/sample/tktimer.rb
parente3689350394195b3d82013f58a586d5f461cc6b8 (diff)
downloadruby-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/tktimer.rb')
-rw-r--r--ext/tk/sample/tktimer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/sample/tktimer.rb b/ext/tk/sample/tktimer.rb
index 34377e2f3..b1adb5b50 100644
--- a/ext/tk/sample/tktimer.rb
+++ b/ext/tk/sample/tktimer.rb
@@ -1,4 +1,4 @@
-#!/usr/local/bin/ruby
+#!/usr/bin/env ruby
# This script generates a counter with start and stop buttons.
require "tk"