Class: CodeTools::AST::NilLiteral

Inherits:
Node
  • Object
show all
Defined in:
lib/rubinius/code/compiler/evaluator.rb

Instance Method Summary collapse

Instance Method Details

#execute(e) ⇒ Object



65
66
67
# File 'lib/rubinius/code/compiler/evaluator.rb', line 65

def execute(e)
  nil
end