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

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

There is a newer version: 3.7.2
Show newest version
module Sickill
  module Rainbow

    def self.enabled=(value)
      STDERR.puts("Rainbow gem notice: Sickill::Rainbow.enabled= is " \
                  "deprecated, use Rainbow.enabled= instead.")
      ::Rainbow.enabled = value
    end

    def self.enabled
      ::Rainbow.enabled
    end

  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy