Class: BomDB::Range

Inherits:
Object
  • Object
show all
Defined in:
lib/bomdb/range.rb

Overview

A range of verses of the Book of Mormon

Instance Method Summary collapse

Constructor Details

#initialize(str) ⇒ Range

Returns a new instance of Range.



4
5
6
# File 'lib/bomdb/range.rb', line 4

def initialize(str)
  @str = str
end

Instance Method Details

#parseObject



8
9
10
# File 'lib/bomdb/range.rb', line 8

def parse
  
end