Method: Clash::Helpers#redit

Defined in:
lib/clash/helpers.rb

#redit(str) ⇒ Object



102
103
104
# File 'lib/clash/helpers.rb', line 102

def redit(str)
  colorize(str, 'red')
end