Class: Specdiff::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/specdiff/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#colorizeObject

Returns the value of attribute colorize

Returns:

  • (Object)

    the current value of colorize



2
3
4
# File 'lib/specdiff/config.rb', line 2

def colorize
  @colorize
end

Instance Method Details

#colorize?Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/specdiff/config.rb', line 3

def colorize?
  colorize
end