Sha256: 10c2d327c3da4a5d81400b997570066a2650b9a0e779328aa6284a19def4c2d1
Contents?: true
Size: 418 Bytes
Versions: 43
Compression:
Stored size: 418 Bytes
Contents
# -*- coding: utf-8 -*- # # 対象小説情報 # タイトル: Re:ゼロから始める異世界生活 # 作者: 鼠色猫 # URL: http://ncode.syosetu.com/n2267be/ # converter "Re:ゼロから始める異世界生活" do def before(io, text_type) super io.string.gsub!(/^[ \t]*[※ \t]+$/, "※ ※ ※") io end def after(io, text_type) super end end
Version data entries
43 entries across 43 versions & 1 rubygems