All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.rainbow-2.0.0.lib.rainbow.global.rb Maven / Gradle / Ivy

There is a newer version: 3.7.2
Show newest version
require 'rainbow/wrapper'

module Rainbow

  def self.global
    @global ||= Wrapper.new
  end

  def self.enabled
    global.enabled
  end

  def self.enabled=(value)
    global.enabled = value
  end

end

def Rainbow(string)
  Rainbow.global.wrap(string.to_s)
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy