then(expression)
No documentation available.
# File activerecord/lib/arel/nodes/case.rb, line 19 def then(expression) @conditions.last.right = Nodes.build_quoted(expression) self end