class Rabbit::Format::Foreground

Public Instance Methods

normalize_attribute(name, value) click to toggle source
Calls superclass method
# File lib/rabbit/formatter.rb, line 104
def normalize_attribute(name, value)
  value = Renderer::Color.parse(value).to_gdk_format
  super(name, value)
end