276 277 278
# File 'lib/name_tamer/string.rb', line 276 def ansi_attributes(*args) "\e[#{args.join(';')}m#{self}\e[0m" end