Sha256: c485fe8c111c6a48ebe95d5ea5218da0b4dc6cd849ab33407bd2cffdaef11d32

Contents?: true

Size: 727 Bytes

Versions: 22

Compression:

Stored size: 727 Bytes

Contents

# -*- coding: utf-8 -*-
<% Template.target_binary_version(1.0) -%>

#
# 対象小説情報
# タイトル: <%= @setting["title"] %>
# 作者: <%= @setting["author"] %>
# URL: <%= @setting["toc_url"] %>
#
# 詳細については http://bit.ly/1vTEH04 を参照して下さい
#
converter "<%= file_title.gsub('"', '\"') %>" do
  # 各種変換処理がされる「前」の生データに対しての変換処理を記述
  def before(io, text_type)
    super
    # io.string.gsub!("こんばんわ", "こんばんは")
    io
  end

  # 各種変換処理がされた「後」のデータに対しての変換処理を記述
  def after(io, text_type)
    super
    # io.string.gsub!("百%", "100%")
    io
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
narou-2.7.0 template/converter.rb.erb
narou-2.6.1 template/converter.rb.erb
narou-2.6.0 template/converter.rb.erb
narou-2.5.2 template/converter.rb.erb
narou-2.5.1 template/converter.rb.erb
narou-2.4.2 template/converter.rb.erb
narou-2.4.1 template/converter.rb.erb
narou-2.4.0 template/converter.rb.erb
narou-2.3.3 template/converter.rb.erb
narou-2.3.2 template/converter.rb.erb
narou-2.3.1 template/converter.rb.erb
narou-2.3.0 template/converter.rb.erb
narou-2.3.0.pre.test1 template/converter.rb.erb
narou-2.2.0 template/converter.rb.erb
narou-2.1.1.pre.test1 template/converter.rb.erb
narou-2.1.0 template/converter.rb.erb
narou-2.0.2 template/converter.rb.erb
narou-2.0.1 template/converter.rb.erb
narou-2.0.0 template/converter.rb.erb
narou-1.7.2 template/converter.rb.erb