class String

Public Instance Methods

red() click to toggle source
# File lib/bib/bib_vagrant.rb, line 5
def red
  "\033[31m#{self}\033[0m"
end