Method: AdLint::Cc1::Scope#outer_scope

Defined in:
lib/adlint/cc1/scope.rb

#outer_scopeObject



54
55
56
# File 'lib/adlint/cc1/scope.rb', line 54

def outer_scope
  Scope.new(@depth - 1)
end