Sha256: db894fa9b11d60133f8607beb0475a3e228d0992e6ba47f906f1a67ad5947ca5
Contents?: true
Size: 680 Bytes
Versions: 12
Compression:
Stored size: 680 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) raise NotImplementedError, 'ReVIEW::Book.load is obsoleted. Please use ReVIEW::Book::Base.new.' end end end
Version data entries
12 entries across 12 versions & 1 rubygems