class CSV::Row

Extend CSV::Row with .lint(…) method

Public Instance Methods

lint(checks, opts = {}) click to toggle source
# File lib/csv/probe.rb, line 55
def lint(checks, opts = {})
  Probe.lint_row(self, checks, opts)
end