class Opal::TargetScope

def iter?

True if a block/iter scope
def iter?
  @type == :iter
end