Module: Cri::Platform

Defined in:
lib/commands/rubo/utils/cri_platform_monkey_patch.rb

Overview

A small monkey patch to force the cri gem to stop coloring output.

Class Method Summary collapse

Class Method Details

.color?(_io) ⇒ Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/commands/rubo/utils/cri_platform_monkey_patch.rb', line 4

def self.color?(_io)
  false
end