Module: ReVIEW

Defined in:
lib/review/exception.rb,
lib/review/book.rb,
lib/review/i18n.rb,
lib/review/unfold.rb,
lib/review/builder.rb,
lib/review/catalog.rb,
lib/review/htmltoc.rb,
lib/review/version.rb,
lib/review/compiler.rb,
lib/review/pdfmaker.rb,
lib/review/template.rb,
lib/review/book/base.rb,
lib/review/book/part.rb,
lib/review/configure.rb,
lib/review/epubmaker.rb,
lib/review/htmlutils.rb,
lib/review/lineinput.rb,
lib/review/textutils.rb,
lib/review/tocparser.rb,
lib/review/book/index.rb,
lib/review/ewbbuilder.rb,
lib/review/latexindex.rb,
lib/review/latexutils.rb,
lib/review/tocprinter.rb,
lib/review/topbuilder.rb,
lib/review/book/volume.rb,
lib/review/epubbuilder.rb,
lib/review/htmlbuilder.rb,
lib/review/inaobuilder.rb,
lib/review/makerhelper.rb,
lib/review/sec_counter.rb,
lib/review/textbuilder.rb,
lib/review/book/chapter.rb,
lib/review/latexbuilder.rb,
lib/review/preprocessor.rb,
lib/review/idgxmlbuilder.rb,
lib/review/book/compilable.rb,
lib/review/markdownbuilder.rb,
lib/review/book/page_metric.rb,
lib/review/book/image_finder.rb

Overview

$Id: book.rb 4315 2009-09-02 04:15:24Z kmuto $

Copyright © 2002-2008 Minero Aoki

2009 Minero Aoki, 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. For details of the GNU LGPL, see the file “COPYING”.

Defined Under Namespace

Modules: Book, ErrorUtils, HTMLUtils, LaTeXUtils, TOCRoot, TextUtils Classes: ApplicationError, Builder, Catalog, CompileError, Compiler, ConfigError, Configure, EPUBBuilder, EPUBMaker, EWBBuilder, Error, FileNotFound, HTMLBuilder, HTMLTOCPrinter, HTMLToc, I18n, IDGTOCPrinter, IDGXMLBuilder, INAOBuilder, KeyError, LATEXBuilder, LaTeXIndex, Line, LineInput, Location, MARKDOWNBuilder, MakerHelper, PDFMaker, Preprocessor, Repository, SecCounter, SyntaxError, TEXTBuilder, TOCParser, TOCPrinter, TOPBuilder, Template, TextTOCPrinter, Unfold, WrongInput

Constant Summary collapse

VERSION =
"1.7.1"

Class Method Summary collapse

Class Method Details

.bookObject



26
27
28
# File 'lib/review/book.rb', line 26

def ReVIEW.book
  @default_book ||= Book::Base.load
end