Class: CodeTools::AST::TrueLiteral

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

Instance Method Summary collapse

Instance Method Details

#execute(e) ⇒ Object



53
54
55
# File 'lib/rubinius/code/compiler/evaluator.rb', line 53

def execute(e)
  true
end