Module: Megatest::Output::NoColors
Instance Method Summary collapse
- #red(text) ⇒ Object (also: #green, #yellow, #blue, #magenta, #cyan, #grey)
Instance Method Details
#red(text) ⇒ Object Also known as: green, yellow, blue, magenta, cyan, grey
60 61 62 |
# File 'lib/megatest/output.rb', line 60 def red(text) text end |