class String

Public Instance Methods

varnish_debug_color() click to toggle source
# File lib/varnish_rails/varnish_debug_color.rb, line 3
def varnish_debug_color
  "\e[#{33}m#{self}\e[0m"
end