class String

Public Instance Methods

bold() click to toggle source
# File lib/ext/string.rb, line 3
def bold

  "\e[1m#{self}\e[0m"

end