Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/varnish_rails/varnish_debug_color.rb

Instance Method Summary collapse

Instance Method Details

#varnish_debug_colorObject



3
4
5
# File 'lib/varnish_rails/varnish_debug_color.rb', line 3

def varnish_debug_color
  "\e[#{33}m#{self}\e[0m"
end