# File lib/rainbow/global.rb, line 9 def self.enabled global.enabled end
# File lib/rainbow/global.rb, line 13 def self.enabled=(value) global.enabled = value end
# File lib/rainbow/global.rb, line 5 def self.global @global ||= Wrapper.new end
# File lib/rainbow.rb, line 6 def self.new Wrapper.new(global.enabled) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.