Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/main/java/org/jruby/parser/StaticScope.java
Original file line number Diff line number Diff line change
@@ -93,7 +93,9 @@ public class StaticScope implements Serializable {

private long commandArgumentStack;

private IRScope irScope; // Method/Closure that this static scope corresponds to
// Method/Closure that this static scope corresponds to. This is used to tell whether this
// scope refers to a method scope or to determined IRScope of the parent of a compiling eval.
private IRScope irScope;

public enum Type {
LOCAL, BLOCK, EVAL;

0 comments on commit 3e75be4

Please sign in to comment.