5 6 7 8 9
# File 'lib/epubmeta/parser.rb', line 5 def self.parse(path) epubmeta = EPUBMeta::Parser.new epubmeta.path = path epubmeta end