method

then

v7.1.3.2 - Show latest stable - Class: Arel::Nodes::Case
then(expression)
public

No documentation available.

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