module Rainbow
Constants
- VERSION
Public Class Methods
Source
# File lib/rainbow/global.rb, line 12 def self.enabled=(value) global.enabled = value end
Source
# File lib/rainbow/global.rb, line 16 def self.uncolor(string) StringUtils.uncolor(string) end