mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
4 changed files with 11 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* parse.y (magic_comment_encoding): ignores unused emacs-style
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#! /usr/local/bin/ruby -d
|
||||
#! /usr/local/bin/ruby
|
||||
# -*- encoding: euc-jp -*-
|
||||
# -d オプションを付けると, デバッグ情報を表示する.
|
||||
|
||||
# tcltk ライブラリのサンプル
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- encoding: euc-jp -*-
|
||||
=begin
|
||||
distributed Ruby --- dRuby Sample Client -- chasen client
|
||||
Copyright (c) 1999-2001 Masatoshi SEKI
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#! /usr/bin/ruby -Ke
|
||||
# -*- encoding: euc-jp -*-
|
||||
|
||||
class Board
|
||||
def clr
|
||||
|
|
Loading…
Reference in a new issue