class Probe::RowWarning

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

Public Class Methods

new(msg = "CheckRowWarning") click to toggle source
Calls superclass method
# File lib/csv/probe/checks.rb, line 17
def initialize(msg = "CheckRowWarning")
  super
end