Method: AdLint::Cc1::Scope#initialize

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

#initialize(depth) ⇒ Scope

Returns a new instance of Scope.



36
37
38
# File 'lib/adlint/cc1/scope.rb', line 36

def initialize(depth)
  @depth = depth
end