class BomDB::Range

A range of verses of the Book of Mormon

Public Class Methods

new(str) click to toggle source
# File lib/bomdb/range.rb, line 4
def initialize(str)
  @str = str
end

Public Instance Methods

parse() click to toggle source
# File lib/bomdb/range.rb, line 8
def parse
  
end