class Probe::ColumnWarning

Linting warning in CSV::Column, if the rule applies to a single column of a row

Public Class Methods

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