Method: Cycromatic::TextFormatter#error

Defined in:
lib/cycromatic/text_formatter.rb

#error(path:, exception:) ⇒ Object



18
19
20
# File 'lib/cycromatic/text_formatter.rb', line 18

def error(path:, exception:)
  io.puts "#{path}\t(error)"
end