Class: Specdiff::Config
- Inherits:
-
Struct
- Object
- Struct
- Specdiff::Config
- Defined in:
- lib/specdiff/config.rb
Instance Attribute Summary collapse
-
#colorize ⇒ Object
Returns the value of attribute colorize.
Instance Method Summary collapse
Instance Attribute Details
#colorize ⇒ Object
Returns the value of attribute colorize
2 3 4 |
# File 'lib/specdiff/config.rb', line 2 def colorize @colorize end |
Instance Method Details
#colorize? ⇒ Boolean
3 4 5 |
# File 'lib/specdiff/config.rb', line 3 def colorize? colorize end |