module Bucky::Utils::BuckyOutput::StringColorize

Public Instance Methods

bg_green() click to toggle source
# File lib/bucky/utils/bucky_output.rb, line 16
def bg_green
  "\e[42m#{self}\e[0m"
end
bg_red() click to toggle source
# File lib/bucky/utils/bucky_output.rb, line 12
def bg_red
  "\e[41m#{self}\e[0m"
end
black() click to toggle source
# File lib/bucky/utils/bucky_output.rb, line 8
def black
  "\e[30m#{self}\e[0m"
end