Exception: Probe::RowWarning

Inherits:
LintingError show all
Defined in:
lib/csv/probe/checks.rb

Overview

Linting warning in CSV::Row, if the rule applies to multiple columns of a row

Instance Method Summary collapse

Constructor Details

#initialize(msg = "CheckRowWarning") ⇒ RowWarning

Returns a new instance of RowWarning.



19
20
21
# File 'lib/csv/probe/checks.rb', line 19

def initialize(msg = "CheckRowWarning")
  super
end