module Dotpretty::ColorPalettes::Null

Public Instance Methods

green(text) click to toggle source
# File lib/dotpretty/color_palettes/null.rb, line 5
def green(text)
  text
end
red(text) click to toggle source
# File lib/dotpretty/color_palettes/null.rb, line 9
def red(text)
  text
end
yellow(text) click to toggle source
# File lib/dotpretty/color_palettes/null.rb, line 13
def yellow(text)
  text
end