Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -15,7 +15,6 @@
import org.jruby.truffle.RubyContext;
import org.jruby.truffle.language.RubyNode;


@NodeChild(value = "value", type = RubyNode.class)
public abstract class TargetableRubyNode extends RubyNode {

@@ -24,5 +23,5 @@ public TargetableRubyNode(RubyContext context, SourceSection sourceSection) {
}

public abstract Object executeWithTarget(VirtualFrame frame, Object obj);
}

}

0 comments on commit 9159938

Please sign in to comment.