Sha256: 3f4634b5b311c08e562dc93eecc7642dd256b6fcc4a3b3192dc8d610f3d46a49

Contents?: true

Size: 354 Bytes

Versions: 8

Compression:

Stored size: 354 Bytes

Contents

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

#
# 対象小説情報
# タイトル: <%= @setting["title"] %>
# 作者: <%= @setting["author"] %>
# URL: <%= @setting["toc_url"] %>
#
converter "<%= @setting["title"] %>" do
  def before(io, text_type)
    super
  end

  def after(io, text_type)
    super
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
narou-1.2.5.rc1 template/converter.rb.erb
narou-1.2.4 template/converter.rb.erb
narou-1.2.3 template/converter.rb.erb
narou-1.2.2 template/converter.rb.erb
narou-1.2.1 template/converter.rb.erb
narou-1.2.0 template/converter.rb.erb
narou-1.1.2.1 template/converter.rb.erb
narou-1.1.2 template/converter.rb.erb