Class: TableAnalysis::Table
- Inherits:
-
Object
- Object
- TableAnalysis::Table
- Defined in:
- lib/table_analysis/table.rb
Class Method Summary collapse
Class Method Details
.config(raw_number, header) ⇒ Object
4 5 6 |
# File 'lib/table_analysis/table.rb', line 4 def self.config(raw_number, header) DDA.create(raw_number, header.size) end |