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