File: colorize.rb

package info (click to toggle)
ruby-power-assert 2.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 232 kB
  • sloc: ruby: 1,661; makefile: 5; sh: 4
file content (7 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (5)
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