Module: ReVIEW

Defined in:
lib/review/book/base.rb,
lib/review/book.rb,
lib/review/i18n.rb,
lib/review/unfold.rb,
lib/review/builder.rb,
lib/review/compiler.rb,
lib/review/book/part.rb,
lib/review/configure.rb,
lib/review/exception.rb,
lib/review/htmlutils.rb,
lib/review/textutils.rb,
lib/review/tocparser.rb,
lib/review/book/index.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/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/book/parameters.rb,
lib/review/book/page_metric.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, CompileError, Compiler, ConfigError, Configure, EPUBBuilder, Error, FileNotFound, HTMLBuilder, HTMLTOCPrinter, I18n, IDGTOCPrinter, IDGXMLBuilder, KeyError, LATEXBuilder, LaTeXIndex, Line, Location, Preprocessor, Repository, SyntaxError, TEXTBuilder, TOCParser, TOCPrinter, TOPBuilder, TextTOCPrinter, Unfold, WrongInput

Class Method Summary collapse

Class Method Details

.bookObject



29
30
31
# File 'lib/review/book.rb', line 29

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