module ReVIEW

$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”.

$Id: volume.rb 3883 2008-02-10 11:48:23Z aamine $

Copyright © 2002-2007 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”.

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.

$Id: exception.rb 3881 2008-02-09 14:44:17Z aamine $

Copyright © 2002-2007 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”.

$Id: latexindex.rb 2204 2006-03-18 06:10:26Z aamine $

Copyright © 2002-2006 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”.

Copyright © 2008-2014 Minero Aoki, Kenshi Muto, Masayoshi Takahashi,

KADO Masanori

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.

Constants

VERSION

Public Class Methods

book() click to toggle source
# File lib/review/book.rb, line 25
def ReVIEW.book
  @default_book ||= Book::Base.load
end