Skip to content
This repository has been archived by the owner on Dec 28, 2017. It is now read-only.

Commit

Permalink
renamed CheckEpub class and methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Cook committed Nov 17, 2011
1 parent 4ac7798 commit 1af83bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/epub_validator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@

module EpubValidator
def self.check(filename)
check = ProcessEpub.new
check.epubcheck(filename)
pe = ProcessEpub.new
message = pe.epubcheck(filename)
validation = FormatErrorMessage.new
validation.process_message(message)
end
end

0 comments on commit 1af83bd

Please sign in to comment.