Libraries
»
activerecord
(8.0.0)
»
Index
»
ActiveRecord
»
Promise
»
Complete
»
#then
Method: ActiveRecord::Promise::Complete#then
Defined in:
lib/active_record/promise.rb
#
then
⇒
Object
70 71 72
# File 'lib/active_record/promise.rb', line 70
def
then
Complete
.
new
(
yield
@value
)
end