Module: Duby::AST::Scope
- Included in:
- Block, ClassDefinition, MethodDefinition, ScopedBody, Script
- Defined in:
- lib/duby/ast.rb
Instance Attribute Summary collapse
Instance Attribute Details
#static_scope ⇒ Object
330 331 332 |
# File 'lib/duby/ast.rb', line 330 def static_scope @static_scope ||= StaticScope.new end |