diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-01 11:46:48 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-01 11:46:48 +0000 |
| commit | d2e1687c3d558a234842f9312b19568956f8e660 (patch) | |
| tree | 1a0be751059159d8c5538499cd8bb89eb10df5f2 | |
| parent | e401942dd609a32a7ef09a541e12d206e6db8f18 (diff) | |
| download | ruby-d2e1687c3d558a234842f9312b19568956f8e660.tar.gz ruby-d2e1687c3d558a234842f9312b19568956f8e660.tar.xz ruby-d2e1687c3d558a234842f9312b19568956f8e660.zip | |
* tool/instruction.rb: RubyVM is not module.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | tool/instruction.rb | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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. diff --git a/tool/instruction.rb b/tool/instruction.rb index f270a1852..5e5eb0b78 100644 --- a/tool/instruction.rb +++ b/tool/instruction.rb @@ -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, |
