* sample/drb/dhasenc.rb: add magic comment for encoding.
* sample/mine.rb: ditto. * ext/tk/sample/tcltklib/sample1.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
beae2288d1
commit
b10617c3d1
@ -1,3 +1,11 @@
|
|||||||
|
Sat May 16 10:59:54 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
|
* sample/drb/dhasenc.rb: add magic comment for encoding.
|
||||||
|
|
||||||
|
* sample/mine.rb: ditto.
|
||||||
|
|
||||||
|
* ext/tk/sample/tcltklib/sample1.rb: ditto.
|
||||||
|
|
||||||
Sat May 16 09:49:05 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Sat May 16 09:49:05 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* parse.y (magic_comment_encoding): ignores unused emacs-style
|
* parse.y (magic_comment_encoding): ignores unused emacs-style
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#! /usr/local/bin/ruby -d
|
#! /usr/local/bin/ruby -d
|
||||||
#! /usr/local/bin/ruby
|
# -*- encoding: euc-jp -*-
|
||||||
# -d オプションを付けると, デバッグ情報を表示する.
|
# -d オプションを付けると, デバッグ情報を表示する.
|
||||||
|
|
||||||
# tcltk ライブラリのサンプル
|
# tcltk ライブラリのサンプル
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- encoding: euc-jp -*-
|
||||||
=begin
|
=begin
|
||||||
distributed Ruby --- dRuby Sample Client -- chasen client
|
distributed Ruby --- dRuby Sample Client -- chasen client
|
||||||
Copyright (c) 1999-2001 Masatoshi SEKI
|
Copyright (c) 1999-2001 Masatoshi SEKI
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#! /usr/bin/ruby -Ke
|
#! /usr/bin/ruby -Ke
|
||||||
|
# -*- encoding: euc-jp -*-
|
||||||
|
|
||||||
class Board
|
class Board
|
||||||
def clr
|
def clr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user