method
heading
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::ContinuousIntegration
heading(heading, subtitle = nil, type: :banner, padding: true)public
Display a colorized heading followed by an optional subtitle.
Examples:
heading "Smoke Testing", "End-to-end tests verifying key functionality", padding: false heading "Skipping video encoding tests", "Install FFmpeg to run these tests", type: :error
See ActiveSupport::ContinuousIntegration::COLORS for a complete list of options.