Module: Rbtclk::ColorCode

Included in:
Clock, CountdownTimer, CountupTimer
Defined in:
lib/rbtclk/color_code.rb

Instance Method Summary collapse

Instance Method Details

#translate(color_name) ⇒ Object



10
11
12
13
# File 'lib/rbtclk/color_code.rb', line 10

def translate(color_name)
  color_name = color_name.to_s
  Curses.const_get("COLOR_#{color_name.upcase}")
end