Class: Qunit::Logger
- Inherits:
-
Object
- Object
- Qunit::Logger
- Defined in:
- lib/qunit/logger.rb
Class Method Summary collapse
Class Method Details
.print(message, color = nil) ⇒ Object
6 7 8 |
# File 'lib/qunit/logger.rb', line 6 def print(, color = nil) Kernel.print apply_color(, color) end |
.puts(message, color = nil) ⇒ Object
10 11 12 |
# File 'lib/qunit/logger.rb', line 10 def puts(, color = nil) Kernel.puts apply_color(, color) end |