gems.rainbow-2.0.0.lib.rainbow.legacy.rb Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sass-maven-plugin Show documentation
Show all versions of sass-maven-plugin Show documentation
A Maven Plugin that compiles Sass files.
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