Sha256: 9a8aed70dd95f8b09adb4dc37a8dbe7096ae804f0abb2e51a2e062fc08ebec96
Contents?: true
Size: 1017 Bytes
Versions: 10
Compression:
Stored size: 1017 Bytes
Contents
<!DOCTYPE html> <html lang="ja-JP"> <head> <%= google_tag_manager %> <%= meta_robots %> <meta http-equiv="Content-Type" content="text/html; charset=<%=h charset() %>"> <meta http-equiv="Content-Language" content="ja-JP"> <link rel="stylesheet" type="text/css" href="<%=h css_url() %>"> <link rel="stylesheet" type="text/css" href="<%=h custom_css_url("syntax-highlight.css") %>"> <link rel="icon" type="image/png" href="<%=h favicon_url() %>"> <title><%=h @title %> (Ruby <%=h ruby_version %>)</title> <meta name="description" content="<%=h @description %>"> <link rel="search" type="application/opensearchdescription+xml" title="<%= _('Ruby %s Reference Manual', ruby_version()) %>" href="<%=h opensearchdescription_url() %>"> </head> <body> <%= yield %> <div id="footer"> <a rel="license" href="https://creativecommons.org/licenses/by/3.0/"> <img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/3.0/88x31.png" /> </a> </div> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems