Class: BomDB::Range
- Inherits:
-
Object
- Object
- BomDB::Range
- Defined in:
- lib/bomdb/range.rb
Overview
A range of verses of the Book of Mormon
Instance Method Summary collapse
-
#initialize(str) ⇒ Range
constructor
A new instance of Range.
- #parse ⇒ Object
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
#parse ⇒ Object
8 9 10 |
# File 'lib/bomdb/range.rb', line 8 def parse end |