Class: AdLint::Cc1::GlobalScope
Instance Attribute Summary
Attributes inherited from Scope
Instance Method Summary collapse
-
#initialize ⇒ GlobalScope
constructor
A new instance of GlobalScope.
Methods inherited from Scope
#eql?, #global?, #hash, #inner_scope, #local?, #outer_scope
Constructor Details
#initialize ⇒ GlobalScope
Returns a new instance of GlobalScope.
68 69 70 |
# File 'lib/adlint/cc1/scope.rb', line 68 def initialize super(0) end |