* tool/instruction.rb: RubyVM is not module.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2008-07-01 11:46:48 +00:00
Родитель bf903214d5
Коммит a056546f0d
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Tue Jul 1 20:44:36 2008 Koichi Sasada <ko1@atdot.net>
* tool/instruction.rb: RubyVM is not module.
Tue Jul 1 19:31:24 2008 URABE Shyouhei <shyouhei@ruby-lang.org>
* ext/digest/digest.c (rb_digest_instance_inspect): constified.

Просмотреть файл

@ -4,7 +4,7 @@
require 'erb'
module RubyVM
class RubyVM
class Instruction
def initialize name, opes, pops, rets, comm, body, tvars, sp_inc,
orig = self, defopes = [], type = nil,