class RuboCop::Formatter::BaseFormatter
def initialize(output, options = {})
-
output
(IO
) --
Other tags:
- Api: - public
def initialize(output, options = {}) @output = output @options = options end
output
(IO
)
--
def initialize(output, options = {}) @output = output @options = options end