Method: UI.redH

Defined in:
lib/ruby_doc/cli/ui.rb

.redH(str) ⇒ Object



462
463
464
# File 'lib/ruby_doc/cli/ui.rb', line 462

def self.redH(str) 
  str.colorize(color: :white, background: :red)
end