Sha256: 624a8ceac64491a167422f28175d6451a1b944df28bc7e726b98aead6dafb61e
Contents?: true
Size: 209 Bytes
Versions: 6
Compression:
Stored size: 209 Bytes
Contents
# encoding: utf-8 begin require "term/ansicolor" rescue LoadError raise LoadError, "You have to install term-ansicolor gem!" end String.send(:include, Term::ANSIColor) # just for now, I know it's a mess
Version data entries
6 entries across 6 versions & 1 rubygems