Sha256: 3b904b5b827846558ee00d22e6361c4b2297cab52295c0ba3873ac48c6b34c2c

Contents?: true

Size: 280 Bytes

Versions: 1

Compression:

Stored size: 280 Bytes

Contents

require 'colorize'

class String
  def colorize(params)
    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.0.7 lib/hackpad/cli/plain_colors.rb