Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ public Object retrieve(ThreadContext context, IRubyObject self, StaticScope curr

@Override
public Variable clone(SimpleCloneInfo ii) {
return new LocalVariable(name, scopeDepth, offset);
return this;
}

public LocalVariable cloneForDepth(int n) {

0 comments on commit ffa0ce2

Please sign in to comment.