From 24b92a848cd707cb903f097fda97a4027ca2c928 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 29 Jan 2007 15:11:32 +0000 Subject: * tool/compile.rb: replace YARVCore by VM class. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/compile.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tool') diff --git a/tool/compile.rb b/tool/compile.rb index 5798b81139..66960f9851 100644 --- a/tool/compile.rb +++ b/tool/compile.rb @@ -14,10 +14,10 @@ OutputCompileOption = { } def compile_to_rb infile, outfile - iseq = YARVCore::InstructionSequence.compile_file(infile, OutputCompileOption) + iseq = VM::InstructionSequence.compile_file(infile, OutputCompileOption) open(outfile, 'w'){|f| - f.puts "YARVCore::InstructionSequence.load(" + + f.puts "VM::InstructionSequence.load(" + "Marshal.load(<