Class: GlobalCollect::LogParsing::CollectionReport::Parser

Inherits:
Object
  • Object
show all
Defined in:
lib/global_collect/log_parsing/collection_report/parser.rb

Class Method Summary collapse

Class Method Details

.parse(file) ⇒ Object



3
4
5
# File 'lib/global_collect/log_parsing/collection_report/parser.rb', line 3

def self.parse(file)
  FixedWidth.parse(file, :collection_report)
end