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 --- ChangeLog | 7 +++++++ sample/drb/dhasenc.rb | 2 +- sample/mine.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) mode change 100644 => 100755 sample/mine.rb diff --git a/ChangeLog b/ChangeLog index aab88e3531..0251f1e9ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Sep 10 01:37:55 2011 Kazuhiro NISHIYAMA + + * sample/drb/dhasenc.rb: coding cookie of Emacs is coding, + not encoding. + + * sample/mine.rb: ditto. + Fri Sep 9 21:56:40 2011 Ayumu AIZAWA * ext/bigdecimal/bigdecimal.c (BigDecimal_abs): Fix comment. 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