This method is only available on newer versions. The first available version (v8.1.1) is shown here.
success?()
Returns true if all steps were successful.
# File activesupport/lib/active_support/continuous_integration.rb, line 81 def success? results.all? end