[Source]
# File lib/expressions.rb, line 58 58: def conditions 59: " ( #{prefix}.#{@name} #{operator} ? ) " 60: end
[Validate]