method
get_BLANK
ruby latest stable - Class:
RDoc::Generator::HTML::KilmerFactory
get_BLANK()public
No documentation available.
# File lib/rdoc/generator/html/kilmerfactory.rb, line 407
def get_BLANK
# This will be displayed in the source code frame before
# any source code has been selected.
return XHTML_STRICT_PREAMBLE + HTML_ELEMENT + %{
<head>
<title>Source Code Frame <%= values["title_suffix"] %></title>
<meta http-equiv="Content-Type" content="text/html; charset=<%= values["charset"] %>" />
<link rel="stylesheet" href="<%= values["style_url"] %>" type="text/css" media="screen" />
</head>
<body>
</body>
</html>
}
end