Method: Marty::Promise.never_started_message
- Defined in:
- app/models/marty/promise.rb
.never_started_message(promise) ⇒ Object
239 240 241 |
# File 'app/models/marty/promise.rb', line 239 def (promise) "promise #{promise.id} timed out (never started)" end |