From aa36cec9b7f7a2e36478a50cf81f55f97c342a62 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 16 May 2009 02:00:42 +0000 Subject: * 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 --- sample/drb/dhasenc.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'sample/drb') diff --git a/sample/drb/dhasenc.rb b/sample/drb/dhasenc.rb index 8114e9228..2774feba5 100644 --- a/sample/drb/dhasenc.rb +++ b/sample/drb/dhasenc.rb @@ -1,3 +1,4 @@ +# -*- encoding: euc-jp -*- =begin distributed Ruby --- dRuby Sample Client -- chasen client Copyright (c) 1999-2001 Masatoshi SEKI -- cgit