Class: CSV::Row

Inherits:
Object
  • Object
show all
Defined in:
lib/csv/probe.rb

Overview

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

Instance Method Summary collapse

Instance Method Details

#lint(checks, opts = {}) ⇒ Object

rubocop:disable Style/ClassAndModuleChildren



61
62
63
# File 'lib/csv/probe.rb', line 61

def lint(checks, opts = {})
  Probe.lint_row(self, checks, opts)
end