Class: RgbTest
- Inherits:
-
Minitest::Test
- Object
- Minitest::Test
- RgbTest
- Defined in:
- lib/sequential_check_question/ruby_3/1.rb,
lib/sequential_check_question/ruby_3/2.rb,
lib/sequential_check_question/ruby_3/3.rb,
lib/sequential_check_question/ruby_3/q.rb
Instance Method Summary collapse
Instance Method Details
#test_to_hex ⇒ Object
4 5 6 |
# File 'lib/sequential_check_question/ruby_3/1.rb', line 4 def test_to_hex assert_equal '#000000', to_hex(0, 0, 0) end |