[前][次][番号順一覧][スレッド一覧]

ruby-changes:6262

From: ko1 <ko1@a...>
Date: Tue, 1 Jul 2008 20:47:02 +0900 (JST)
Subject: [ruby-changes:6262] Ruby:r17776 (trunk): * tool/instruction.rb: RubyVM is not module.

ko1	2008-07-01 20:46:48 +0900 (Tue, 01 Jul 2008)

  New Revision: 17776

  Modified files:
    trunk/ChangeLog
    trunk/tool/instruction.rb

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



  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=17776

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/tool/instruction.rb?r1=17776&r2=17775&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=17776&r2=17775&diff_format=u

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 17775)
+++ ChangeLog	(revision 17776)
@@ -1,3 +1,7 @@
+Tue Jul  1 20:44:36 2008  Koichi Sasada  <ko1@a...>
+
+	* tool/instruction.rb: RubyVM is not module.
+
 Tue Jul  1 19:31:24 2008  URABE Shyouhei  <shyouhei@r...>
 
 	* ext/digest/digest.c (rb_digest_instance_inspect): constified.
Index: tool/instruction.rb
===================================================================
--- tool/instruction.rb	(revision 17775)
+++ tool/instruction.rb	(revision 17776)
@@ -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,

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]