/tools/Ruby/lib/ruby/gems/1.8/gems/yamler-0.1.0/doc/files/lib/yamler/template_rb.html

http://github.com/agross/netopenspace · HTML · 101 lines · 61 code · 37 blank · 3 comment · 0 complexity · 5875cb0cd85558bd1b537483d54b33c8 MD5 · raw file

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html
  3. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head>
  7. <title>File: template.rb</title>
  8. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  9. <meta http-equiv="Content-Script-Type" content="text/javascript" />
  10. <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
  11. <script type="text/javascript">
  12. // <![CDATA[
  13. function popupCode( url ) {
  14. window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
  15. }
  16. function toggleCode( id ) {
  17. if ( document.getElementById )
  18. elem = document.getElementById( id );
  19. else if ( document.all )
  20. elem = eval( "document.all." + id );
  21. else
  22. return false;
  23. elemStyle = elem.style;
  24. if ( elemStyle.display != "block" ) {
  25. elemStyle.display = "block"
  26. } else {
  27. elemStyle.display = "none"
  28. }
  29. return true;
  30. }
  31. // Make codeblocks hidden by default
  32. document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
  33. // ]]>
  34. </script>
  35. </head>
  36. <body>
  37. <div id="fileHeader">
  38. <h1>template.rb</h1>
  39. <table class="header-table">
  40. <tr class="top-aligned-row">
  41. <td><strong>Path:</strong></td>
  42. <td>lib/yamler/template.rb
  43. </td>
  44. </tr>
  45. <tr class="top-aligned-row">
  46. <td><strong>Last Update:</strong></td>
  47. <td>Wed Jan 21 11:21:07 -0500 2009</td>
  48. </tr>
  49. </table>
  50. </div>
  51. <!-- banner header -->
  52. <div id="bodyContent">
  53. <div id="contextContent">
  54. </div>
  55. </div>
  56. <!-- if includes -->
  57. <div id="section">
  58. <!-- if method_list -->
  59. </div>
  60. <div id="validator-badges">
  61. <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
  62. </div>
  63. </body>
  64. </html>