Class: BibleRef::Canons::All

Inherits:
Object
  • Object
show all
Defined in:
lib/bible_ref/canons/all.rb

Instance Method Summary collapse

Instance Method Details

#booksObject



4
5
6
7
8
9
10
11
12
# File 'lib/bible_ref/canons/all.rb', line 4

def books
  %w(
    GEN EXO LEV NUM DEU JOS JDG RUT 1SA 2SA 1KI 2KI 1CH 2CH EZR NEH EST JOB
    PSA PRO ECC SNG ISA JER LAM EZK DAN HOS JOL AMO OBA JON MIC NAM HAB ZEP HAG
    ZEC MAL TOB JDT ESG WIS SIR BAR LJE S3Y SUS BEL 1MA 2MA 1ES MAN PS2 3MA 2ES
    4MA MAT MRK LUK JHN ACT ROM 1CO 2CO GAL EPH PHP COL 1TH 2TH 1TI 2TI TIT PHM
    HEB JAS 1PE 2PE 1JN 2JN 3JN JUD REV
  )
end