# epubbuilder.rb # just for compatibility # # Copyright (c) 2010-2017 Kenshi Muto # # This program is free software. # You can distribute or modify this program under the terms of # the GNU LGPL, Lesser General Public License version 2.1. # require 'review/htmlbuilder' module ReVIEW class EPUBBuilder < HTMLBuilder end end # module ReVIEW