Closed eevee closed 11 years ago
Quick note to myself to check if this is actually happening, but I think @include et al. may derive a new scope from the caller the same way a nested block does, which is really bad now that we have Ruby's writing rules.
@include
Okay I'm pretty sure this is not the case. It's certainly not after several rewrites of @include.
Quick note to myself to check if this is actually happening, but I think
@include
et al. may derive a new scope from the caller the same way a nested block does, which is really bad now that we have Ruby's writing rules.