class Bindy::Language::LiteralFalse
Public Instance Methods
evaluate(context)
click to toggle source
# File lib/bindy/language_interpreters.rb, line 77 def evaluate(context) false end
# File lib/bindy/language_interpreters.rb, line 77 def evaluate(context) false end