Class: CodeTools::AST::GlobalVariableAccess
- Inherits:
- 
      VariableAccess
      
        - Object
- Node
- VariableAccess
- CodeTools::AST::GlobalVariableAccess
 
- Defined in:
- lib/rubinius/code/compiler/evaluator.rb
Instance Method Summary collapse
Instance Method Details
#execute(e) ⇒ Object
| 246 247 248 | # File 'lib/rubinius/code/compiler/evaluator.rb', line 246 def execute(e) ::Rubinius::Globals[@name] end |