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



77
78
79
# File 'lib/bindy/language_interpreters.rb', line 77

def evaluate(context)
  false
end