Class: Frypan::EpgParser

Inherits:
Object
  • Object
show all
Defined in:
lib/frypan/epg_parser.rb

Defined Under Namespace

Classes: ParserProcess

Instance Method Summary collapse

Instance Method Details

#parse(file_path) ⇒ Object



18
19
20
# File 'lib/frypan/epg_parser.rb', line 18

def parse(file_path)
  ParserProcess.new(file_path)
end