File: colorize.rb

package info (click to toggle)
ruby-power-assert 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 228 kB
  • sloc: ruby: 1,658; makefile: 5; sh: 4
file content (7 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
require 'power_assert/configuration'

PowerAssert.configure do |c|
  c.lazy_inspection = true
  c.colorize_message = true
  c.inspector = :pp
end