diff graal/com.oracle.truffle.ruby.shell/src/com/oracle/truffle/ruby/shell/Shell.java @ 14095:cf16ff2dba69

Ruby/Instrumentation: class rename
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Tue, 04 Feb 2014 11:17:09 -0800
parents 3f27e57439ed
children
line wrap: on
line diff
--- a/graal/com.oracle.truffle.ruby.shell/src/com/oracle/truffle/ruby/shell/Shell.java	Mon Feb 03 20:58:23 2014 -0800
+++ b/graal/com.oracle.truffle.ruby.shell/src/com/oracle/truffle/ruby/shell/Shell.java	Tue Feb 04 11:17:09 2014 -0800
@@ -75,7 +75,7 @@
         final RubyContext context = new RubyContext(new Configuration(configurationBuilder), new JRubyParser());
 
         // Ruby should always have a debug context.
-        context.setDebugContext(new MinimumRubyDebugContext(context));
+        context.setDebugContext(new MinimalRubyDebugContext(context));
 
         // Bring in core method nodes