Method: String#reverse_color

Defined in:
lib/edfize/color.rb

#reverse_colorObject



93
94
95
# File 'lib/edfize/color.rb', line 93

def reverse_color
  "\e[7m#{self}\e[27m"
end