Method: NdrImport::NonTabular::Table#initialize
- Defined in:
- lib/ndr_import/non_tabular/table.rb
#initialize(options = {}) ⇒ Table
Returns a new instance of Table.
41 42 43 44 45 |
# File 'lib/ndr_import/non_tabular/table.rb', line 41 def initialize( = {}) super() validate_presence_of_start_line_pattern end |