Class: CSV::Row
- Inherits:
-
Object
- Object
- CSV::Row
- Defined in:
- lib/csv/probe.rb
Overview
Extend CSV::Row with .lint(…) method
Instance Method Summary collapse
-
#lint(checks, opts = {}) ⇒ Object
rubocop:disable Style/ClassAndModuleChildren.
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 |