class Probe::RowError

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

Public Class Methods

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