Method: SectionStripper#patch
- Defined in:
- lib/kindlestrip.rb
#patch(off, _new) ⇒ Object
69 70 71 |
# File 'lib/kindlestrip.rb', line 69 def patch(off, _new) @data_file = @data_file[0, off] + new + @data_file[off + _new.length .. -1] end |