Sha256: 30b6c4f391f4c0d12fea6c4cdbac2eb53b3946715ea75f2815efe49f50be26f0
Contents?: true
Size: 598 Bytes
Versions: 3
Compression:
Stored size: 598 Bytes
Contents
# Copyright (c) 2009-2017 Minero Aoki, Kenshi Muto # 2002-2008 Minero Aoki # # 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. # For details of the GNU LGPL, see the file "COPYING". # require 'review/exception' require 'review/book/base' require 'review/book/chapter' require 'review/book/part' require 'review/book/page_metric' require 'review/book/volume' require 'review/book/index' module ReVIEW module Book def self.load(dir) Base.load(dir) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
review-4.2.0 | lib/review/book.rb |
review-4.1.0 | lib/review/book.rb |
review-4.0.0 | lib/review/book.rb |