From 69a4efaf66fa3750dd2e7ddb2dfa31ed67faaacc Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 9 Sep 2011 16:44:38 +0000 Subject: * 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 --- sample/drb/dhasenc.rb | 2 +- sample/mine.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 sample/mine.rb (limited to 'sample') 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 diff --git a/sample/mine.rb b/sample/mine.rb old mode 100644 new mode 100755 index a8711a25ab..a841d1a60a --- a/sample/mine.rb +++ b/sample/mine.rb @@ -1,5 +1,5 @@ #! /usr/bin/ruby -Ku -# -*- encoding: utf-8 -*- +# -*- coding: utf-8 -*- class Board def clr -- cgit v1.2.3