diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-16 02:00:42 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-16 02:00:42 +0000 |
| commit | aa36cec9b7f7a2e36478a50cf81f55f97c342a62 (patch) | |
| tree | e534187f3ce6e0fc3fc4879d6455bc3c8bc92636 /ext/tk/sample/tcltklib | |
| parent | 8994c6e4ae5ec18c619febbe067225bbbce864f0 (diff) | |
| download | ruby-aa36cec9b7f7a2e36478a50cf81f55f97c342a62.tar.gz ruby-aa36cec9b7f7a2e36478a50cf81f55f97c342a62.tar.xz ruby-aa36cec9b7f7a2e36478a50cf81f55f97c342a62.zip | |
* sample/drb/dhasenc.rb: add magic comment for encoding.
* sample/mine.rb: ditto.
* ext/tk/sample/tcltklib/sample1.rb: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/sample/tcltklib')
| -rw-r--r-- | ext/tk/sample/tcltklib/sample1.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/sample/tcltklib/sample1.rb b/ext/tk/sample/tcltklib/sample1.rb index 13df44075..196578153 100644 --- a/ext/tk/sample/tcltklib/sample1.rb +++ b/ext/tk/sample/tcltklib/sample1.rb @@ -1,5 +1,5 @@ #! /usr/local/bin/ruby -d -#! /usr/local/bin/ruby +# -*- encoding: euc-jp -*- # -d オプションを付けると, デバッグ情報を表示する. # tcltk ライブラリのサンプル |
