Libraries
»
cure
(0.4.0)
»
Index
»
String
»
#bold
Method: String#bold
Defined in:
lib/cure/helpers/string.rb
#
bold
⇒
Object
39 40 41
# File 'lib/cure/helpers/string.rb', line 39
def
bold
"\e[1m#{self}\e[22m"
end