Method: OpenC3::TableConfig.process_file
- Defined in:
- lib/openc3/tools/table_manager/table_config.rb
.process_file(filename) ⇒ Object
38 39 40 41 42 |
# File 'lib/openc3/tools/table_manager/table_config.rb', line 38 def self.process_file(filename) instance = self.new() instance.process_file(filename) instance end |