Class: Cxxproject::ColorizingFormatter

Inherits:
Object
  • Object
show all
Defined in:
lib/cxxproject/toolchain/colorizing_formatter.rb

Class Attribute Summary collapse

Instance Method Summary collapse

Class Attribute Details

.enabledObject

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

Returns:

  • (Boolean)


10
11
12
# File 'lib/cxxproject/toolchain/colorizing_formatter.rb', line 10

def enabled?
  false
end