Sha256: b390ec96965671ce67be6f7e6f54d274039c74d1cdd578a6bc43d80390a0f9be

Contents?: true

Size: 597 Bytes

Versions: 8

Compression:

Stored size: 597 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

8 entries across 8 versions & 1 rubygems

Version Path
review-3.2.0 lib/review/book.rb
review-3.1.0 lib/review/book.rb
review-3.0.0 lib/review/book.rb
review-3.0.0.rc1 lib/review/book.rb
review-3.0.0.preview4 lib/review/book.rb
review-3.0.0.preview3 lib/review/book.rb
review-3.0.0.preview2 lib/review/book.rb
review-3.0.0.preview1 lib/review/book.rb