Class: Bindy::Language::LiteralTrue

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

Instance Method Summary collapse

Instance Method Details

#evaluate(context) ⇒ Object



65
66
67
# File 'lib/bindy/language_interpreters.rb', line 65

def evaluate(context)
  true
end