Method: Twterm::ColorManager#initialize
- Defined in:
- lib/twterm/color_manager.rb
#initialize ⇒ ColorManager
Returns a new instance of ColorManager.
29 30 31 32 33 34 35 36 |
# File 'lib/twterm/color_manager.rb', line 29 def initialize @colors = { black: {}, white: {}, red: {}, green: {}, blue: {}, yellow: {}, cyan: {}, magenta: {}, transparent: {} } @count = 0 end |