method
then
v7.1.3.2 -
Show latest stable
- Class:
ActiveRecord::Promise::Complete
then()public
No documentation available.
# File activerecord/lib/active_record/promise.rb, line 70
def then
Complete.new(yield @value)
end