Method: Spellr::StringFormat.lighten

Defined in:
lib/spellr/string_format.rb

.lighten(text) ⇒ Object



23
24
25
# File 'lib/spellr/string_format.rb', line 23

def lighten(text)
  "\e[2;39m#{text}#{normal}"
end