Method: ConverterBase#rebuild_illust

Defined in:
lib/converterbase.rb

#rebuild_illust(data) ⇒ Object



1009
1010
1011
1012
1013
# File 'lib/converterbase.rb', line 1009

def rebuild_illust(data)
  @illust_chuki_list.each_with_index do |chuki, id|
    data.sub!("[#挿絵=#{convert_numbers(id.to_s)}", chuki)
  end
end