Sha256: 606ce727ffe70a9d2c4167bb6258b8c1f51616642fb5eb8d9129bbdecd1c4e61

Contents?: true

Size: 275 Bytes

Versions: 1

Compression:

Stored size: 275 Bytes

Contents

require 'colorize'

class String
  def colorize(_)
    self
  end
end

String.send(:remove_const, :COLORS)
String.send(:remove_const, :MODES)
String.send(:remove_const, :REGEXP_PATTERN)
String.send(:remove_const, :COLOR_OFFSET)
String.send(:remove_const, :BACKGROUND_OFFSET)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hackpad-cli-0.1.0 lib/hackpad/cli/plain_colors.rb