Exception: Dye::UnknownSgrCode
- Inherits:
-
Exception
- Object
- Exception
- Dye::UnknownSgrCode
- Defined in:
- lib/dye.rb
Instance Method Summary collapse
-
#initialize(sgr) ⇒ UnknownSgrCode
constructor
A new instance of UnknownSgrCode.
Constructor Details
#initialize(sgr) ⇒ UnknownSgrCode
Returns a new instance of UnknownSgrCode.
19 20 21 |
# File 'lib/dye.rb', line 19 def initialize(sgr) super("#{sgr.inspect} is unknown") end |