1 package org.jruby.evaluator;2 3 public interface InstructionContext {4 // TODO nothing here yet...5 }6