class RuboCop::Formatter::FormatterSet

def initialize(options = {})

def initialize(options = {})
  super()
  @options = options # CLI options
end