class BooleanExpr
The boolean condition for a logic statement
Public Instance Methods
truthy?(context)
click to toggle source
# File lib/emerald/nodes/boolean_expr.rb, line 8 def truthy?(context) elements.first.truthy?(context) end