module EpubValidator

Constants

VERSION

Public Class Methods

check(filename) click to toggle source
# File lib/epub_validator.rb, line 6
def self.check(filename)
  validation = ProcessEpub.new
  validation.epubcheck(filename)
end