Method: Fuzz::Screen::Color#initialize
- Defined in:
- lib/fuzz/screen.rb
#initialize(code) ⇒ Color
Returns a new instance of Color.
16 17 18 |
# File 'lib/fuzz/screen.rb', line 16 def initialize(code) @code = code end |
Returns a new instance of Color.
16 17 18 |
# File 'lib/fuzz/screen.rb', line 16 def initialize(code) @code = code end |