31 32 33
# File 'lib/fprinter/display_change.rb', line 31 def self.yellow(str) print "\e[33m" + str + "\e[0m\n" end