class Arel::Nodes::Case

def then(expression)

def then(expression)
  @conditions.last.right = Nodes.build_quoted(expression)
  self
end