method

then

then(&block)
public

No documentation available.

# File activerecord/lib/active_record/future_result.rb, line 21
      def then(&block)
        Promise::Complete.new(@result.then(&block))
      end