class String
To enable bold fonts in the terminal
Public Instance Methods
bold()
click to toggle source
# File lib/multi_index/common.rb, line 41 def bold; "\033[1m#{self}\033[22m" end
To enable bold fonts in the terminal
# File lib/multi_index/common.rb, line 41 def bold; "\033[1m#{self}\033[22m" end