class Probe::ColumnError
Linting error in CSV::Column, if the rule applies to a single column of a row
Public Class Methods
new(msg = "CheckColumnError")
click to toggle source
Calls superclass method
# File lib/csv/probe/checks.rb, line 24 def initialize(msg = "CheckColumnError") super end