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