Method: ReVIEW::Book::Base#chapter_index

Defined in:
lib/review/book/base.rb

#chapter_indexObject



177
178
179
180
181
182
# File 'lib/review/book/base.rb', line 177

def chapter_index
  return @chapter_index if @chapter_index

  @chapter_index = create_chapter_index
  @chapter_index
end