Sha256: 1eace0133957939d2afebd209528005e8db4cb557c81c0dadd57645aa67ead7a

Contents?: true

Size: 354 Bytes

Versions: 33

Compression:

Stored size: 354 Bytes

Contents

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

#
# 対象小説情報
# タイトル: <%= @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

33 entries across 33 versions & 1 rubygems

Version Path
narou-1.5.4 template/converter.rb.erb
narou-1.5.3 template/converter.rb.erb
narou-1.5.2.1 template/converter.rb.erb
narou-1.5.2 template/converter.rb.erb
narou-1.5.1 template/converter.rb.erb
narou-1.5.0.2 template/converter.rb.erb
narou-1.5.0.1 template/converter.rb.erb
narou-1.5.0 template/converter.rb.erb
narou-1.4.6 template/converter.rb.erb
narou-1.4.5 template/converter.rb.erb
narou-1.4.4 template/converter.rb.erb
narou-1.4.3 template/converter.rb.erb
narou-1.4.2.rc2 template/converter.rb.erb
narou-1.4.2.rc1 template/converter.rb.erb
narou-1.4.1.1 template/converter.rb.erb
narou-1.4.1 template/converter.rb.erb
narou-1.4.0 template/converter.rb.erb
narou-1.3.5.1 template/converter.rb.erb
narou-1.3.5 template/converter.rb.erb
narou-1.3.4 template/converter.rb.erb