Sha256: e2e16ab495c33403439811f8996f40090f6beb63096508ddbb22358a9fc109ea

Contents?: true

Size: 331 Bytes

Versions: 3

Compression:

Stored size: 331 Bytes

Contents

<%
  ##
  # Wraps the given content within <pre>
  # tags in a way that is Markdown-safe.
  #
  def preformatted content
    if content =~ /\\S/
      content.gsub(/^/, ' ' * 4)
    else
      "<pre>\#{content}</pre>"
    end
  end
%>

%+ "README"

%+ "USAGE"

%+ "EXAMPLES"

%+ "HACKING"

%+ "HISTORY"

%+ "CREDITS"

%+ "FURTHER"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
inochi-3.0.0 lib/inochi/templates/MANUAL.rbs
inochi-2.0.1 lib/inochi/templates/MANUAL.rbs
inochi-2.0.0 lib/inochi/templates/MANUAL.rbs