Method: ActiveRecord::Promise::Complete#then

Defined in:
lib/active_record/promise.rb

#thenObject



70
71
72
# File 'lib/active_record/promise.rb', line 70

def then
  Complete.new(yield @value)
end