class Rabbit::CantAllocateColorError
Attributes
Public Class Methods
Source
# File lib/rabbit/error.rb, line 106 def initialize(color) @color = color super(_("can't allocate color: %s"), color) end
Calls superclass method
# File lib/rabbit/error.rb, line 106 def initialize(color) @color = color super(_("can't allocate color: %s"), color) end