Class: Cxxproject::ColorizingFormatter
- Inherits:
-
Object
- Object
- Cxxproject::ColorizingFormatter
- Defined in:
- lib/cxxproject/toolchain/colorizing_formatter.rb
Class Attribute Summary collapse
-
.enabled ⇒ Object
Returns the value of attribute enabled.
Instance Method Summary collapse
Class Attribute Details
.enabled ⇒ Object
Returns the value of attribute enabled.
8 9 10 |
# File 'lib/cxxproject/toolchain/colorizing_formatter.rb', line 8 def enabled @enabled end |
Instance Method Details
#enabled? ⇒ Boolean
10 11 12 |
# File 'lib/cxxproject/toolchain/colorizing_formatter.rb', line 10 def enabled? false end |