summaryrefslogtreecommitdiff
path: root/sample/drb
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-09-09 16:44:38 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-09-09 16:44:38 +0000
commit69a4efaf66fa3750dd2e7ddb2dfa31ed67faaacc (patch)
tree9e786b227b2519060d9e77321a63f94b550300af /sample/drb
parent0abbe4c1e61f7010a8efc663fc420bc797572f80 (diff)
* sample/drb/dhasenc.rb: coding cookie of Emacs is coding,
not encoding. * sample/mine.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample/drb')
-rw-r--r--sample/drb/dhasenc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/drb/dhasenc.rb b/sample/drb/dhasenc.rb
index 1c0c153b5b..dddac9882c 100644
--- a/sample/drb/dhasenc.rb
+++ b/sample/drb/dhasenc.rb
@@ -1,4 +1,4 @@
-# -*- encoding: utf-8 -*-
+# -*- coding: utf-8 -*-
=begin
distributed Ruby --- dRuby Sample Client -- chasen client
Copyright (c) 1999-2001 Masatoshi SEKI