Class: Bindy::Language::LiteralFalse

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/bindy/language_interpreters.rb

Instance Method Summary collapse

Instance Method Details

#evaluate(context) ⇒ Object



71
72
73
# File 'lib/bindy/language_interpreters.rb', line 71

def evaluate(context)
  false
end