mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
bf903214d5
commit
a056546f0d
2 changed files with 5 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue