1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
kazu 2011-09-09 16:44:38 +00:00
parent 0abbe4c1e6
commit 69a4efaf66
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
Sat Sep 10 01:37:55 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* 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 <ayumu.aizawa@gmail.com>
* ext/bigdecimal/bigdecimal.c (BigDecimal_abs): Fix comment.

View file

@ -1,4 +1,4 @@
# -*- encoding: utf-8 -*-
# -*- coding: utf-8 -*-
=begin
distributed Ruby --- dRuby Sample Client -- chasen client
Copyright (c) 1999-2001 Masatoshi SEKI

2
sample/mine.rb Normal file → Executable file
View file

@ -1,5 +1,5 @@
#! /usr/bin/ruby -Ku
# -*- encoding: utf-8 -*-
# -*- coding: utf-8 -*-
class Board
def clr