rubyrun 0.9.0-powerpc-darwin
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/LICENSE +13 -0
 - data/README +77 -0
 - data/Rakefile +241 -0
 - data/bin/confgure +2 -0
 - data/docs/rubyrun-0.9.0.htm +6344 -0
 - data/docs/rubyrun-0.9.0.pdf +0 -0
 - data/docs/rubyrun-0.9.0_files/colorschememapping.xml +2 -0
 - data/docs/rubyrun-0.9.0_files/filelist.xml +29 -0
 - data/docs/rubyrun-0.9.0_files/header.htm +141 -0
 - data/docs/rubyrun-0.9.0_files/image001.jpg +0 -0
 - data/docs/rubyrun-0.9.0_files/image002.jpg +0 -0
 - data/docs/rubyrun-0.9.0_files/image003.jpg +0 -0
 - data/docs/rubyrun-0.9.0_files/image004.jpg +0 -0
 - data/docs/rubyrun-0.9.0_files/image005.jpg +0 -0
 - data/docs/rubyrun-0.9.0_files/image006.jpg +0 -0
 - data/docs/rubyrun-0.9.0_files/image007.jpg +0 -0
 - data/docs/rubyrun-0.9.0_files/image008.jpg +0 -0
 - data/docs/rubyrun-0.9.0_files/image009.jpg +0 -0
 - data/docs/rubyrun-0.9.0_files/image010.jpg +0 -0
 - data/docs/rubyrun-0.9.0_files/image011.jpg +0 -0
 - data/docs/rubyrun-0.9.0_files/image012.jpg +0 -0
 - data/docs/rubyrun-0.9.0_files/image013.jpg +0 -0
 - data/docs/rubyrun-0.9.0_files/image014.jpg +0 -0
 - data/docs/rubyrun-0.9.0_files/image015.jpg +0 -0
 - data/docs/rubyrun-0.9.0_files/image016.jpg +0 -0
 - data/docs/rubyrun-0.9.0_files/image017.png +0 -0
 - data/docs/rubyrun-0.9.0_files/image018.jpg +0 -0
 - data/docs/rubyrun-0.9.0_files/image019.jpg +0 -0
 - data/docs/rubyrun-0.9.0_files/image020.jpg +0 -0
 - data/docs/rubyrun-0.9.0_files/image021.jpg +0 -0
 - data/docs/rubyrun-0.9.0_files/image022.png +0 -0
 - data/docs/rubyrun-0.9.0_files/themedata.thmx +0 -0
 - data/etc/rubyrun_opts.yml +132 -0
 - data/ext/extconf.rb +4 -0
 - data/ext/rubyrunnative__.bundle +0 -0
 - data/ext/rubyrunnative__.c +154 -0
 - data/ext/rubyrunnative__.def +2 -0
 - data/ext/rubyrunnative__.h +36 -0
 - data/ext/rubyrunnative__.so +0 -0
 - data/ext/rubyrunnative__linux.so +0 -0
 - data/html/classes/Module.html +174 -0
 - data/html/classes/Object.html +151 -0
 - data/html/classes/RubyRunBufferMgr__.html +182 -0
 - data/html/classes/RubyRunCommander__.html +578 -0
 - data/html/classes/RubyRunDad__.html +144 -0
 - data/html/classes/RubyRunGlobals.html +248 -0
 - data/html/classes/RubyRunHTMLWriter/RubyRunHTMLDevice.html +157 -0
 - data/html/classes/RubyRunHTMLWriter.html +186 -0
 - data/html/classes/RubyRunHTML__.html +198 -0
 - data/html/classes/RubyRunInitializer__.html +821 -0
 - data/html/classes/RubyRunInstrumentor__.html +576 -0
 - data/html/classes/RubyRunMonitor__.html +298 -0
 - data/html/classes/RubyRunRSS.html +302 -0
 - data/html/classes/RubyRunReport__.html +294 -0
 - data/html/classes/RubyRunTracer__.html +253 -0
 - data/html/classes/RubyRunUtils__.html +376 -0
 - data/html/created.rid +1 -0
 - data/html/files/LICENSE.html +119 -0
 - data/html/files/README.html +197 -0
 - data/html/files/lib/rubyrun/rubyrun_buffer_mgr___rb.html +101 -0
 - data/html/files/lib/rubyrun/rubyrun_commander___rb.html +101 -0
 - data/html/files/lib/rubyrun/rubyrun_dad___rb.html +101 -0
 - data/html/files/lib/rubyrun/rubyrun_globals_rb.html +101 -0
 - data/html/files/lib/rubyrun/rubyrun_html___rb.html +101 -0
 - data/html/files/lib/rubyrun/rubyrun_html_writer___rb.html +108 -0
 - data/html/files/lib/rubyrun/rubyrun_initializer___rb.html +112 -0
 - data/html/files/lib/rubyrun/rubyrun_instrumentor___rb.html +116 -0
 - data/html/files/lib/rubyrun/rubyrun_monitor___rb.html +116 -0
 - data/html/files/lib/rubyrun/rubyrun_rb.html +121 -0
 - data/html/files/lib/rubyrun/rubyrun_report___rb.html +101 -0
 - data/html/files/lib/rubyrun/rubyrun_rss___rb.html +108 -0
 - data/html/files/lib/rubyrun/rubyrun_tracer___rb.html +110 -0
 - data/html/files/lib/rubyrun/rubyrun_utils___rb.html +108 -0
 - data/html/files/lib/rubyrunm_rb.html +116 -0
 - data/html/fr_class_index.html +42 -0
 - data/html/fr_file_index.html +43 -0
 - data/html/fr_method_index.html +96 -0
 - data/html/index.html +24 -0
 - data/html/rdoc-style.css +208 -0
 - data/lib/rubyrun/rubyrun.rb +78 -0
 - data/lib/rubyrun/rubyrun_buffer_mgr__.rb +49 -0
 - data/lib/rubyrun/rubyrun_commander__.rb +196 -0
 - data/lib/rubyrun/rubyrun_dad__.rb +35 -0
 - data/lib/rubyrun/rubyrun_globals.rb +51 -0
 - data/lib/rubyrun/rubyrun_html__.rb +136 -0
 - data/lib/rubyrun/rubyrun_html_writer__.rb +64 -0
 - data/lib/rubyrun/rubyrun_initializer__.rb +286 -0
 - data/lib/rubyrun/rubyrun_instrumentor__.rb +226 -0
 - data/lib/rubyrun/rubyrun_monitor__.rb +237 -0
 - data/lib/rubyrun/rubyrun_report__.rb +109 -0
 - data/lib/rubyrun/rubyrun_rss__.rb +97 -0
 - data/lib/rubyrun/rubyrun_tracer__.rb +79 -0
 - data/lib/rubyrun/rubyrun_utils__.rb +98 -0
 - data/lib/rubyrun/rubyrunnative__.bundle +0 -0
 - data/lib/rubyrunm.rb +10 -0
 - metadata +149 -0
 
| 
         @@ -0,0 +1,108 @@ 
     | 
|
| 
      
 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 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
         
     | 
| 
      
 7 
     | 
    
         
            +
            <head>
         
     | 
| 
      
 8 
     | 
    
         
            +
              <title>File: rubyrun_rss__.rb</title>
         
     | 
| 
      
 9 
     | 
    
         
            +
              <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
         
     | 
| 
      
 10 
     | 
    
         
            +
              <meta http-equiv="Content-Script-Type" content="text/javascript" />
         
     | 
| 
      
 11 
     | 
    
         
            +
              <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
         
     | 
| 
      
 12 
     | 
    
         
            +
              <script type="text/javascript">
         
     | 
| 
      
 13 
     | 
    
         
            +
              // <![CDATA[
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
              function popupCode( url ) {
         
     | 
| 
      
 16 
     | 
    
         
            +
                window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
         
     | 
| 
      
 17 
     | 
    
         
            +
              }
         
     | 
| 
      
 18 
     | 
    
         
            +
             
     | 
| 
      
 19 
     | 
    
         
            +
              function toggleCode( id ) {
         
     | 
| 
      
 20 
     | 
    
         
            +
                if ( document.getElementById )
         
     | 
| 
      
 21 
     | 
    
         
            +
                  elem = document.getElementById( id );
         
     | 
| 
      
 22 
     | 
    
         
            +
                else if ( document.all )
         
     | 
| 
      
 23 
     | 
    
         
            +
                  elem = eval( "document.all." + id );
         
     | 
| 
      
 24 
     | 
    
         
            +
                else
         
     | 
| 
      
 25 
     | 
    
         
            +
                  return false;
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
                elemStyle = elem.style;
         
     | 
| 
      
 28 
     | 
    
         
            +
                
         
     | 
| 
      
 29 
     | 
    
         
            +
                if ( elemStyle.display != "block" ) {
         
     | 
| 
      
 30 
     | 
    
         
            +
                  elemStyle.display = "block"
         
     | 
| 
      
 31 
     | 
    
         
            +
                } else {
         
     | 
| 
      
 32 
     | 
    
         
            +
                  elemStyle.display = "none"
         
     | 
| 
      
 33 
     | 
    
         
            +
                }
         
     | 
| 
      
 34 
     | 
    
         
            +
             
     | 
| 
      
 35 
     | 
    
         
            +
                return true;
         
     | 
| 
      
 36 
     | 
    
         
            +
              }
         
     | 
| 
      
 37 
     | 
    
         
            +
              
         
     | 
| 
      
 38 
     | 
    
         
            +
              // Make codeblocks hidden by default
         
     | 
| 
      
 39 
     | 
    
         
            +
              document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
         
     | 
| 
      
 40 
     | 
    
         
            +
              
         
     | 
| 
      
 41 
     | 
    
         
            +
              // ]]>
         
     | 
| 
      
 42 
     | 
    
         
            +
              </script>
         
     | 
| 
      
 43 
     | 
    
         
            +
             
     | 
| 
      
 44 
     | 
    
         
            +
            </head>
         
     | 
| 
      
 45 
     | 
    
         
            +
            <body>
         
     | 
| 
      
 46 
     | 
    
         
            +
             
     | 
| 
      
 47 
     | 
    
         
            +
             
     | 
| 
      
 48 
     | 
    
         
            +
             
     | 
| 
      
 49 
     | 
    
         
            +
              <div id="fileHeader">
         
     | 
| 
      
 50 
     | 
    
         
            +
                <h1>rubyrun_rss__.rb</h1>
         
     | 
| 
      
 51 
     | 
    
         
            +
                <table class="header-table">
         
     | 
| 
      
 52 
     | 
    
         
            +
                <tr class="top-aligned-row">
         
     | 
| 
      
 53 
     | 
    
         
            +
                  <td><strong>Path:</strong></td>
         
     | 
| 
      
 54 
     | 
    
         
            +
                  <td>lib/rubyrun/rubyrun_rss__.rb
         
     | 
| 
      
 55 
     | 
    
         
            +
                  </td>
         
     | 
| 
      
 56 
     | 
    
         
            +
                </tr>
         
     | 
| 
      
 57 
     | 
    
         
            +
                <tr class="top-aligned-row">
         
     | 
| 
      
 58 
     | 
    
         
            +
                  <td><strong>Last Update:</strong></td>
         
     | 
| 
      
 59 
     | 
    
         
            +
                  <td>Wed Jul 16 15:31:45 -0700 2008</td>
         
     | 
| 
      
 60 
     | 
    
         
            +
                </tr>
         
     | 
| 
      
 61 
     | 
    
         
            +
                </table>
         
     | 
| 
      
 62 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 63 
     | 
    
         
            +
              <!-- banner header -->
         
     | 
| 
      
 64 
     | 
    
         
            +
             
     | 
| 
      
 65 
     | 
    
         
            +
              <div id="bodyContent">
         
     | 
| 
      
 66 
     | 
    
         
            +
             
     | 
| 
      
 67 
     | 
    
         
            +
             
     | 
| 
      
 68 
     | 
    
         
            +
             
     | 
| 
      
 69 
     | 
    
         
            +
              <div id="contextContent">
         
     | 
| 
      
 70 
     | 
    
         
            +
             
     | 
| 
      
 71 
     | 
    
         
            +
             
     | 
| 
      
 72 
     | 
    
         
            +
                <div id="requires-list">
         
     | 
| 
      
 73 
     | 
    
         
            +
                  <h3 class="section-bar">Required files</h3>
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
                  <div class="name-list">
         
     | 
| 
      
 76 
     | 
    
         
            +
                  rss/maker  
         
     | 
| 
      
 77 
     | 
    
         
            +
                  </div>
         
     | 
| 
      
 78 
     | 
    
         
            +
                </div>
         
     | 
| 
      
 79 
     | 
    
         
            +
             
     | 
| 
      
 80 
     | 
    
         
            +
               </div>
         
     | 
| 
      
 81 
     | 
    
         
            +
             
     | 
| 
      
 82 
     | 
    
         
            +
             
     | 
| 
      
 83 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 84 
     | 
    
         
            +
             
     | 
| 
      
 85 
     | 
    
         
            +
             
     | 
| 
      
 86 
     | 
    
         
            +
                <!-- if includes -->
         
     | 
| 
      
 87 
     | 
    
         
            +
             
     | 
| 
      
 88 
     | 
    
         
            +
                <div id="section">
         
     | 
| 
      
 89 
     | 
    
         
            +
             
     | 
| 
      
 90 
     | 
    
         
            +
             
     | 
| 
      
 91 
     | 
    
         
            +
             
     | 
| 
      
 92 
     | 
    
         
            +
             
     | 
| 
      
 93 
     | 
    
         
            +
             
     | 
| 
      
 94 
     | 
    
         
            +
                  
         
     | 
| 
      
 95 
     | 
    
         
            +
             
     | 
| 
      
 96 
     | 
    
         
            +
             
     | 
| 
      
 97 
     | 
    
         
            +
                <!-- if method_list -->
         
     | 
| 
      
 98 
     | 
    
         
            +
             
     | 
| 
      
 99 
     | 
    
         
            +
             
     | 
| 
      
 100 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 101 
     | 
    
         
            +
             
     | 
| 
      
 102 
     | 
    
         
            +
             
     | 
| 
      
 103 
     | 
    
         
            +
            <div id="validator-badges">
         
     | 
| 
      
 104 
     | 
    
         
            +
              <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
         
     | 
| 
      
 105 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 106 
     | 
    
         
            +
             
     | 
| 
      
 107 
     | 
    
         
            +
            </body>
         
     | 
| 
      
 108 
     | 
    
         
            +
            </html>
         
     | 
| 
         @@ -0,0 +1,110 @@ 
     | 
|
| 
      
 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 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
         
     | 
| 
      
 7 
     | 
    
         
            +
            <head>
         
     | 
| 
      
 8 
     | 
    
         
            +
              <title>File: rubyrun_tracer__.rb</title>
         
     | 
| 
      
 9 
     | 
    
         
            +
              <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
         
     | 
| 
      
 10 
     | 
    
         
            +
              <meta http-equiv="Content-Script-Type" content="text/javascript" />
         
     | 
| 
      
 11 
     | 
    
         
            +
              <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
         
     | 
| 
      
 12 
     | 
    
         
            +
              <script type="text/javascript">
         
     | 
| 
      
 13 
     | 
    
         
            +
              // <![CDATA[
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
              function popupCode( url ) {
         
     | 
| 
      
 16 
     | 
    
         
            +
                window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
         
     | 
| 
      
 17 
     | 
    
         
            +
              }
         
     | 
| 
      
 18 
     | 
    
         
            +
             
     | 
| 
      
 19 
     | 
    
         
            +
              function toggleCode( id ) {
         
     | 
| 
      
 20 
     | 
    
         
            +
                if ( document.getElementById )
         
     | 
| 
      
 21 
     | 
    
         
            +
                  elem = document.getElementById( id );
         
     | 
| 
      
 22 
     | 
    
         
            +
                else if ( document.all )
         
     | 
| 
      
 23 
     | 
    
         
            +
                  elem = eval( "document.all." + id );
         
     | 
| 
      
 24 
     | 
    
         
            +
                else
         
     | 
| 
      
 25 
     | 
    
         
            +
                  return false;
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
                elemStyle = elem.style;
         
     | 
| 
      
 28 
     | 
    
         
            +
                
         
     | 
| 
      
 29 
     | 
    
         
            +
                if ( elemStyle.display != "block" ) {
         
     | 
| 
      
 30 
     | 
    
         
            +
                  elemStyle.display = "block"
         
     | 
| 
      
 31 
     | 
    
         
            +
                } else {
         
     | 
| 
      
 32 
     | 
    
         
            +
                  elemStyle.display = "none"
         
     | 
| 
      
 33 
     | 
    
         
            +
                }
         
     | 
| 
      
 34 
     | 
    
         
            +
             
     | 
| 
      
 35 
     | 
    
         
            +
                return true;
         
     | 
| 
      
 36 
     | 
    
         
            +
              }
         
     | 
| 
      
 37 
     | 
    
         
            +
              
         
     | 
| 
      
 38 
     | 
    
         
            +
              // Make codeblocks hidden by default
         
     | 
| 
      
 39 
     | 
    
         
            +
              document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
         
     | 
| 
      
 40 
     | 
    
         
            +
              
         
     | 
| 
      
 41 
     | 
    
         
            +
              // ]]>
         
     | 
| 
      
 42 
     | 
    
         
            +
              </script>
         
     | 
| 
      
 43 
     | 
    
         
            +
             
     | 
| 
      
 44 
     | 
    
         
            +
            </head>
         
     | 
| 
      
 45 
     | 
    
         
            +
            <body>
         
     | 
| 
      
 46 
     | 
    
         
            +
             
     | 
| 
      
 47 
     | 
    
         
            +
             
     | 
| 
      
 48 
     | 
    
         
            +
             
     | 
| 
      
 49 
     | 
    
         
            +
              <div id="fileHeader">
         
     | 
| 
      
 50 
     | 
    
         
            +
                <h1>rubyrun_tracer__.rb</h1>
         
     | 
| 
      
 51 
     | 
    
         
            +
                <table class="header-table">
         
     | 
| 
      
 52 
     | 
    
         
            +
                <tr class="top-aligned-row">
         
     | 
| 
      
 53 
     | 
    
         
            +
                  <td><strong>Path:</strong></td>
         
     | 
| 
      
 54 
     | 
    
         
            +
                  <td>lib/rubyrun/rubyrun_tracer__.rb
         
     | 
| 
      
 55 
     | 
    
         
            +
                  </td>
         
     | 
| 
      
 56 
     | 
    
         
            +
                </tr>
         
     | 
| 
      
 57 
     | 
    
         
            +
                <tr class="top-aligned-row">
         
     | 
| 
      
 58 
     | 
    
         
            +
                  <td><strong>Last Update:</strong></td>
         
     | 
| 
      
 59 
     | 
    
         
            +
                  <td>Fri Jul 18 11:17:14 -0700 2008</td>
         
     | 
| 
      
 60 
     | 
    
         
            +
                </tr>
         
     | 
| 
      
 61 
     | 
    
         
            +
                </table>
         
     | 
| 
      
 62 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 63 
     | 
    
         
            +
              <!-- banner header -->
         
     | 
| 
      
 64 
     | 
    
         
            +
             
     | 
| 
      
 65 
     | 
    
         
            +
              <div id="bodyContent">
         
     | 
| 
      
 66 
     | 
    
         
            +
             
     | 
| 
      
 67 
     | 
    
         
            +
             
     | 
| 
      
 68 
     | 
    
         
            +
             
     | 
| 
      
 69 
     | 
    
         
            +
              <div id="contextContent">
         
     | 
| 
      
 70 
     | 
    
         
            +
             
     | 
| 
      
 71 
     | 
    
         
            +
             
     | 
| 
      
 72 
     | 
    
         
            +
                <div id="requires-list">
         
     | 
| 
      
 73 
     | 
    
         
            +
                  <h3 class="section-bar">Required files</h3>
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
                  <div class="name-list">
         
     | 
| 
      
 76 
     | 
    
         
            +
                  rubyrun_globals  
         
     | 
| 
      
 77 
     | 
    
         
            +
                  rubyrun_utils__  
         
     | 
| 
      
 78 
     | 
    
         
            +
                  rubyrun_html__  
         
     | 
| 
      
 79 
     | 
    
         
            +
                  </div>
         
     | 
| 
      
 80 
     | 
    
         
            +
                </div>
         
     | 
| 
      
 81 
     | 
    
         
            +
             
     | 
| 
      
 82 
     | 
    
         
            +
               </div>
         
     | 
| 
      
 83 
     | 
    
         
            +
             
     | 
| 
      
 84 
     | 
    
         
            +
             
     | 
| 
      
 85 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 86 
     | 
    
         
            +
             
     | 
| 
      
 87 
     | 
    
         
            +
             
     | 
| 
      
 88 
     | 
    
         
            +
                <!-- if includes -->
         
     | 
| 
      
 89 
     | 
    
         
            +
             
     | 
| 
      
 90 
     | 
    
         
            +
                <div id="section">
         
     | 
| 
      
 91 
     | 
    
         
            +
             
     | 
| 
      
 92 
     | 
    
         
            +
             
     | 
| 
      
 93 
     | 
    
         
            +
             
     | 
| 
      
 94 
     | 
    
         
            +
             
     | 
| 
      
 95 
     | 
    
         
            +
             
     | 
| 
      
 96 
     | 
    
         
            +
                  
         
     | 
| 
      
 97 
     | 
    
         
            +
             
     | 
| 
      
 98 
     | 
    
         
            +
             
     | 
| 
      
 99 
     | 
    
         
            +
                <!-- if method_list -->
         
     | 
| 
      
 100 
     | 
    
         
            +
             
     | 
| 
      
 101 
     | 
    
         
            +
             
     | 
| 
      
 102 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 103 
     | 
    
         
            +
             
     | 
| 
      
 104 
     | 
    
         
            +
             
     | 
| 
      
 105 
     | 
    
         
            +
            <div id="validator-badges">
         
     | 
| 
      
 106 
     | 
    
         
            +
              <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
         
     | 
| 
      
 107 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 108 
     | 
    
         
            +
             
     | 
| 
      
 109 
     | 
    
         
            +
            </body>
         
     | 
| 
      
 110 
     | 
    
         
            +
            </html>
         
     | 
| 
         @@ -0,0 +1,108 @@ 
     | 
|
| 
      
 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 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
         
     | 
| 
      
 7 
     | 
    
         
            +
            <head>
         
     | 
| 
      
 8 
     | 
    
         
            +
              <title>File: rubyrun_utils__.rb</title>
         
     | 
| 
      
 9 
     | 
    
         
            +
              <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
         
     | 
| 
      
 10 
     | 
    
         
            +
              <meta http-equiv="Content-Script-Type" content="text/javascript" />
         
     | 
| 
      
 11 
     | 
    
         
            +
              <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
         
     | 
| 
      
 12 
     | 
    
         
            +
              <script type="text/javascript">
         
     | 
| 
      
 13 
     | 
    
         
            +
              // <![CDATA[
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
              function popupCode( url ) {
         
     | 
| 
      
 16 
     | 
    
         
            +
                window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
         
     | 
| 
      
 17 
     | 
    
         
            +
              }
         
     | 
| 
      
 18 
     | 
    
         
            +
             
     | 
| 
      
 19 
     | 
    
         
            +
              function toggleCode( id ) {
         
     | 
| 
      
 20 
     | 
    
         
            +
                if ( document.getElementById )
         
     | 
| 
      
 21 
     | 
    
         
            +
                  elem = document.getElementById( id );
         
     | 
| 
      
 22 
     | 
    
         
            +
                else if ( document.all )
         
     | 
| 
      
 23 
     | 
    
         
            +
                  elem = eval( "document.all." + id );
         
     | 
| 
      
 24 
     | 
    
         
            +
                else
         
     | 
| 
      
 25 
     | 
    
         
            +
                  return false;
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
                elemStyle = elem.style;
         
     | 
| 
      
 28 
     | 
    
         
            +
                
         
     | 
| 
      
 29 
     | 
    
         
            +
                if ( elemStyle.display != "block" ) {
         
     | 
| 
      
 30 
     | 
    
         
            +
                  elemStyle.display = "block"
         
     | 
| 
      
 31 
     | 
    
         
            +
                } else {
         
     | 
| 
      
 32 
     | 
    
         
            +
                  elemStyle.display = "none"
         
     | 
| 
      
 33 
     | 
    
         
            +
                }
         
     | 
| 
      
 34 
     | 
    
         
            +
             
     | 
| 
      
 35 
     | 
    
         
            +
                return true;
         
     | 
| 
      
 36 
     | 
    
         
            +
              }
         
     | 
| 
      
 37 
     | 
    
         
            +
              
         
     | 
| 
      
 38 
     | 
    
         
            +
              // Make codeblocks hidden by default
         
     | 
| 
      
 39 
     | 
    
         
            +
              document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
         
     | 
| 
      
 40 
     | 
    
         
            +
              
         
     | 
| 
      
 41 
     | 
    
         
            +
              // ]]>
         
     | 
| 
      
 42 
     | 
    
         
            +
              </script>
         
     | 
| 
      
 43 
     | 
    
         
            +
             
     | 
| 
      
 44 
     | 
    
         
            +
            </head>
         
     | 
| 
      
 45 
     | 
    
         
            +
            <body>
         
     | 
| 
      
 46 
     | 
    
         
            +
             
     | 
| 
      
 47 
     | 
    
         
            +
             
     | 
| 
      
 48 
     | 
    
         
            +
             
     | 
| 
      
 49 
     | 
    
         
            +
              <div id="fileHeader">
         
     | 
| 
      
 50 
     | 
    
         
            +
                <h1>rubyrun_utils__.rb</h1>
         
     | 
| 
      
 51 
     | 
    
         
            +
                <table class="header-table">
         
     | 
| 
      
 52 
     | 
    
         
            +
                <tr class="top-aligned-row">
         
     | 
| 
      
 53 
     | 
    
         
            +
                  <td><strong>Path:</strong></td>
         
     | 
| 
      
 54 
     | 
    
         
            +
                  <td>lib/rubyrun/rubyrun_utils__.rb
         
     | 
| 
      
 55 
     | 
    
         
            +
                  </td>
         
     | 
| 
      
 56 
     | 
    
         
            +
                </tr>
         
     | 
| 
      
 57 
     | 
    
         
            +
                <tr class="top-aligned-row">
         
     | 
| 
      
 58 
     | 
    
         
            +
                  <td><strong>Last Update:</strong></td>
         
     | 
| 
      
 59 
     | 
    
         
            +
                  <td>Sun Jul 13 23:14:30 -0700 2008</td>
         
     | 
| 
      
 60 
     | 
    
         
            +
                </tr>
         
     | 
| 
      
 61 
     | 
    
         
            +
                </table>
         
     | 
| 
      
 62 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 63 
     | 
    
         
            +
              <!-- banner header -->
         
     | 
| 
      
 64 
     | 
    
         
            +
             
     | 
| 
      
 65 
     | 
    
         
            +
              <div id="bodyContent">
         
     | 
| 
      
 66 
     | 
    
         
            +
             
     | 
| 
      
 67 
     | 
    
         
            +
             
     | 
| 
      
 68 
     | 
    
         
            +
             
     | 
| 
      
 69 
     | 
    
         
            +
              <div id="contextContent">
         
     | 
| 
      
 70 
     | 
    
         
            +
             
     | 
| 
      
 71 
     | 
    
         
            +
             
     | 
| 
      
 72 
     | 
    
         
            +
                <div id="requires-list">
         
     | 
| 
      
 73 
     | 
    
         
            +
                  <h3 class="section-bar">Required files</h3>
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
                  <div class="name-list">
         
     | 
| 
      
 76 
     | 
    
         
            +
                  rubyrun_globals  
         
     | 
| 
      
 77 
     | 
    
         
            +
                  </div>
         
     | 
| 
      
 78 
     | 
    
         
            +
                </div>
         
     | 
| 
      
 79 
     | 
    
         
            +
             
     | 
| 
      
 80 
     | 
    
         
            +
               </div>
         
     | 
| 
      
 81 
     | 
    
         
            +
             
     | 
| 
      
 82 
     | 
    
         
            +
             
     | 
| 
      
 83 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 84 
     | 
    
         
            +
             
     | 
| 
      
 85 
     | 
    
         
            +
             
     | 
| 
      
 86 
     | 
    
         
            +
                <!-- if includes -->
         
     | 
| 
      
 87 
     | 
    
         
            +
             
     | 
| 
      
 88 
     | 
    
         
            +
                <div id="section">
         
     | 
| 
      
 89 
     | 
    
         
            +
             
     | 
| 
      
 90 
     | 
    
         
            +
             
     | 
| 
      
 91 
     | 
    
         
            +
             
     | 
| 
      
 92 
     | 
    
         
            +
             
     | 
| 
      
 93 
     | 
    
         
            +
             
     | 
| 
      
 94 
     | 
    
         
            +
                  
         
     | 
| 
      
 95 
     | 
    
         
            +
             
     | 
| 
      
 96 
     | 
    
         
            +
             
     | 
| 
      
 97 
     | 
    
         
            +
                <!-- if method_list -->
         
     | 
| 
      
 98 
     | 
    
         
            +
             
     | 
| 
      
 99 
     | 
    
         
            +
             
     | 
| 
      
 100 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 101 
     | 
    
         
            +
             
     | 
| 
      
 102 
     | 
    
         
            +
             
     | 
| 
      
 103 
     | 
    
         
            +
            <div id="validator-badges">
         
     | 
| 
      
 104 
     | 
    
         
            +
              <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
         
     | 
| 
      
 105 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 106 
     | 
    
         
            +
             
     | 
| 
      
 107 
     | 
    
         
            +
            </body>
         
     | 
| 
      
 108 
     | 
    
         
            +
            </html>
         
     | 
| 
         @@ -0,0 +1,116 @@ 
     | 
|
| 
      
 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 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
         
     | 
| 
      
 7 
     | 
    
         
            +
            <head>
         
     | 
| 
      
 8 
     | 
    
         
            +
              <title>File: rubyrunm.rb</title>
         
     | 
| 
      
 9 
     | 
    
         
            +
              <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
         
     | 
| 
      
 10 
     | 
    
         
            +
              <meta http-equiv="Content-Script-Type" content="text/javascript" />
         
     | 
| 
      
 11 
     | 
    
         
            +
              <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
         
     | 
| 
      
 12 
     | 
    
         
            +
              <script type="text/javascript">
         
     | 
| 
      
 13 
     | 
    
         
            +
              // <![CDATA[
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
              function popupCode( url ) {
         
     | 
| 
      
 16 
     | 
    
         
            +
                window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
         
     | 
| 
      
 17 
     | 
    
         
            +
              }
         
     | 
| 
      
 18 
     | 
    
         
            +
             
     | 
| 
      
 19 
     | 
    
         
            +
              function toggleCode( id ) {
         
     | 
| 
      
 20 
     | 
    
         
            +
                if ( document.getElementById )
         
     | 
| 
      
 21 
     | 
    
         
            +
                  elem = document.getElementById( id );
         
     | 
| 
      
 22 
     | 
    
         
            +
                else if ( document.all )
         
     | 
| 
      
 23 
     | 
    
         
            +
                  elem = eval( "document.all." + id );
         
     | 
| 
      
 24 
     | 
    
         
            +
                else
         
     | 
| 
      
 25 
     | 
    
         
            +
                  return false;
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
                elemStyle = elem.style;
         
     | 
| 
      
 28 
     | 
    
         
            +
                
         
     | 
| 
      
 29 
     | 
    
         
            +
                if ( elemStyle.display != "block" ) {
         
     | 
| 
      
 30 
     | 
    
         
            +
                  elemStyle.display = "block"
         
     | 
| 
      
 31 
     | 
    
         
            +
                } else {
         
     | 
| 
      
 32 
     | 
    
         
            +
                  elemStyle.display = "none"
         
     | 
| 
      
 33 
     | 
    
         
            +
                }
         
     | 
| 
      
 34 
     | 
    
         
            +
             
     | 
| 
      
 35 
     | 
    
         
            +
                return true;
         
     | 
| 
      
 36 
     | 
    
         
            +
              }
         
     | 
| 
      
 37 
     | 
    
         
            +
              
         
     | 
| 
      
 38 
     | 
    
         
            +
              // Make codeblocks hidden by default
         
     | 
| 
      
 39 
     | 
    
         
            +
              document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
         
     | 
| 
      
 40 
     | 
    
         
            +
              
         
     | 
| 
      
 41 
     | 
    
         
            +
              // ]]>
         
     | 
| 
      
 42 
     | 
    
         
            +
              </script>
         
     | 
| 
      
 43 
     | 
    
         
            +
             
     | 
| 
      
 44 
     | 
    
         
            +
            </head>
         
     | 
| 
      
 45 
     | 
    
         
            +
            <body>
         
     | 
| 
      
 46 
     | 
    
         
            +
             
     | 
| 
      
 47 
     | 
    
         
            +
             
     | 
| 
      
 48 
     | 
    
         
            +
             
     | 
| 
      
 49 
     | 
    
         
            +
              <div id="fileHeader">
         
     | 
| 
      
 50 
     | 
    
         
            +
                <h1>rubyrunm.rb</h1>
         
     | 
| 
      
 51 
     | 
    
         
            +
                <table class="header-table">
         
     | 
| 
      
 52 
     | 
    
         
            +
                <tr class="top-aligned-row">
         
     | 
| 
      
 53 
     | 
    
         
            +
                  <td><strong>Path:</strong></td>
         
     | 
| 
      
 54 
     | 
    
         
            +
                  <td>lib/rubyrunm.rb
         
     | 
| 
      
 55 
     | 
    
         
            +
                  </td>
         
     | 
| 
      
 56 
     | 
    
         
            +
                </tr>
         
     | 
| 
      
 57 
     | 
    
         
            +
                <tr class="top-aligned-row">
         
     | 
| 
      
 58 
     | 
    
         
            +
                  <td><strong>Last Update:</strong></td>
         
     | 
| 
      
 59 
     | 
    
         
            +
                  <td>Thu Jul 10 02:27:43 -0700 2008</td>
         
     | 
| 
      
 60 
     | 
    
         
            +
                </tr>
         
     | 
| 
      
 61 
     | 
    
         
            +
                </table>
         
     | 
| 
      
 62 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 63 
     | 
    
         
            +
              <!-- banner header -->
         
     | 
| 
      
 64 
     | 
    
         
            +
             
     | 
| 
      
 65 
     | 
    
         
            +
              <div id="bodyContent">
         
     | 
| 
      
 66 
     | 
    
         
            +
             
     | 
| 
      
 67 
     | 
    
         
            +
             
     | 
| 
      
 68 
     | 
    
         
            +
             
     | 
| 
      
 69 
     | 
    
         
            +
              <div id="contextContent">
         
     | 
| 
      
 70 
     | 
    
         
            +
             
     | 
| 
      
 71 
     | 
    
         
            +
             
     | 
| 
      
 72 
     | 
    
         
            +
                <div id="requires-list">
         
     | 
| 
      
 73 
     | 
    
         
            +
                  <h3 class="section-bar">Required files</h3>
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
                  <div class="name-list">
         
     | 
| 
      
 76 
     | 
    
         
            +
                  rubyrun  
         
     | 
| 
      
 77 
     | 
    
         
            +
                  rubyrun_buffer_mgr__  
         
     | 
| 
      
 78 
     | 
    
         
            +
                  rubyrun_dad__  
         
     | 
| 
      
 79 
     | 
    
         
            +
                  rubyrun_globals  
         
     | 
| 
      
 80 
     | 
    
         
            +
                  rubyrun_instrumentor__  
         
     | 
| 
      
 81 
     | 
    
         
            +
                  rubyrun_monitor__  
         
     | 
| 
      
 82 
     | 
    
         
            +
                  rubyrun_rss__  
         
     | 
| 
      
 83 
     | 
    
         
            +
                  rubyrun_tracer__  
         
     | 
| 
      
 84 
     | 
    
         
            +
                  rubyrun_utils__  
         
     | 
| 
      
 85 
     | 
    
         
            +
                  </div>
         
     | 
| 
      
 86 
     | 
    
         
            +
                </div>
         
     | 
| 
      
 87 
     | 
    
         
            +
             
     | 
| 
      
 88 
     | 
    
         
            +
               </div>
         
     | 
| 
      
 89 
     | 
    
         
            +
             
     | 
| 
      
 90 
     | 
    
         
            +
             
     | 
| 
      
 91 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 92 
     | 
    
         
            +
             
     | 
| 
      
 93 
     | 
    
         
            +
             
     | 
| 
      
 94 
     | 
    
         
            +
                <!-- if includes -->
         
     | 
| 
      
 95 
     | 
    
         
            +
             
     | 
| 
      
 96 
     | 
    
         
            +
                <div id="section">
         
     | 
| 
      
 97 
     | 
    
         
            +
             
     | 
| 
      
 98 
     | 
    
         
            +
             
     | 
| 
      
 99 
     | 
    
         
            +
             
     | 
| 
      
 100 
     | 
    
         
            +
             
     | 
| 
      
 101 
     | 
    
         
            +
             
     | 
| 
      
 102 
     | 
    
         
            +
                  
         
     | 
| 
      
 103 
     | 
    
         
            +
             
     | 
| 
      
 104 
     | 
    
         
            +
             
     | 
| 
      
 105 
     | 
    
         
            +
                <!-- if method_list -->
         
     | 
| 
      
 106 
     | 
    
         
            +
             
     | 
| 
      
 107 
     | 
    
         
            +
             
     | 
| 
      
 108 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 109 
     | 
    
         
            +
             
     | 
| 
      
 110 
     | 
    
         
            +
             
     | 
| 
      
 111 
     | 
    
         
            +
            <div id="validator-badges">
         
     | 
| 
      
 112 
     | 
    
         
            +
              <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
         
     | 
| 
      
 113 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 114 
     | 
    
         
            +
             
     | 
| 
      
 115 
     | 
    
         
            +
            </body>
         
     | 
| 
      
 116 
     | 
    
         
            +
            </html>
         
     | 
| 
         @@ -0,0 +1,42 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
             
     | 
| 
      
 2 
     | 
    
         
            +
            <?xml version="1.0" encoding="iso-8859-1"?>
         
     | 
| 
      
 3 
     | 
    
         
            +
            <!DOCTYPE html 
         
     | 
| 
      
 4 
     | 
    
         
            +
                 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
         
     | 
| 
      
 5 
     | 
    
         
            +
                 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            <!--
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
                Classes
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
              -->
         
     | 
| 
      
 12 
     | 
    
         
            +
            <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
         
     | 
| 
      
 13 
     | 
    
         
            +
            <head>
         
     | 
| 
      
 14 
     | 
    
         
            +
              <title>Classes</title>
         
     | 
| 
      
 15 
     | 
    
         
            +
              <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
         
     | 
| 
      
 16 
     | 
    
         
            +
              <link rel="stylesheet" href="rdoc-style.css" type="text/css" />
         
     | 
| 
      
 17 
     | 
    
         
            +
              <base target="docwin" />
         
     | 
| 
      
 18 
     | 
    
         
            +
            </head>
         
     | 
| 
      
 19 
     | 
    
         
            +
            <body>
         
     | 
| 
      
 20 
     | 
    
         
            +
            <div id="index">
         
     | 
| 
      
 21 
     | 
    
         
            +
              <h1 class="section-bar">Classes</h1>
         
     | 
| 
      
 22 
     | 
    
         
            +
              <div id="index-entries">
         
     | 
| 
      
 23 
     | 
    
         
            +
                <a href="classes/Module.html">Module</a><br />
         
     | 
| 
      
 24 
     | 
    
         
            +
                <a href="classes/Object.html">Object</a><br />
         
     | 
| 
      
 25 
     | 
    
         
            +
                <a href="classes/RubyRunBufferMgr__.html">RubyRunBufferMgr__</a><br />
         
     | 
| 
      
 26 
     | 
    
         
            +
                <a href="classes/RubyRunCommander__.html">RubyRunCommander__</a><br />
         
     | 
| 
      
 27 
     | 
    
         
            +
                <a href="classes/RubyRunDad__.html">RubyRunDad__</a><br />
         
     | 
| 
      
 28 
     | 
    
         
            +
                <a href="classes/RubyRunGlobals.html">RubyRunGlobals</a><br />
         
     | 
| 
      
 29 
     | 
    
         
            +
                <a href="classes/RubyRunHTMLWriter.html">RubyRunHTMLWriter</a><br />
         
     | 
| 
      
 30 
     | 
    
         
            +
                <a href="classes/RubyRunHTMLWriter/RubyRunHTMLDevice.html">RubyRunHTMLWriter::RubyRunHTMLDevice</a><br />
         
     | 
| 
      
 31 
     | 
    
         
            +
                <a href="classes/RubyRunHTML__.html">RubyRunHTML__</a><br />
         
     | 
| 
      
 32 
     | 
    
         
            +
                <a href="classes/RubyRunInitializer__.html">RubyRunInitializer__</a><br />
         
     | 
| 
      
 33 
     | 
    
         
            +
                <a href="classes/RubyRunInstrumentor__.html">RubyRunInstrumentor__</a><br />
         
     | 
| 
      
 34 
     | 
    
         
            +
                <a href="classes/RubyRunMonitor__.html">RubyRunMonitor__</a><br />
         
     | 
| 
      
 35 
     | 
    
         
            +
                <a href="classes/RubyRunRSS.html">RubyRunRSS</a><br />
         
     | 
| 
      
 36 
     | 
    
         
            +
                <a href="classes/RubyRunReport__.html">RubyRunReport__</a><br />
         
     | 
| 
      
 37 
     | 
    
         
            +
                <a href="classes/RubyRunTracer__.html">RubyRunTracer__</a><br />
         
     | 
| 
      
 38 
     | 
    
         
            +
                <a href="classes/RubyRunUtils__.html">RubyRunUtils__</a><br />
         
     | 
| 
      
 39 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 40 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 41 
     | 
    
         
            +
            </body>
         
     | 
| 
      
 42 
     | 
    
         
            +
            </html>
         
     | 
| 
         @@ -0,0 +1,43 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
             
     | 
| 
      
 2 
     | 
    
         
            +
            <?xml version="1.0" encoding="iso-8859-1"?>
         
     | 
| 
      
 3 
     | 
    
         
            +
            <!DOCTYPE html 
         
     | 
| 
      
 4 
     | 
    
         
            +
                 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
         
     | 
| 
      
 5 
     | 
    
         
            +
                 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            <!--
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
                Files
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
              -->
         
     | 
| 
      
 12 
     | 
    
         
            +
            <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
         
     | 
| 
      
 13 
     | 
    
         
            +
            <head>
         
     | 
| 
      
 14 
     | 
    
         
            +
              <title>Files</title>
         
     | 
| 
      
 15 
     | 
    
         
            +
              <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
         
     | 
| 
      
 16 
     | 
    
         
            +
              <link rel="stylesheet" href="rdoc-style.css" type="text/css" />
         
     | 
| 
      
 17 
     | 
    
         
            +
              <base target="docwin" />
         
     | 
| 
      
 18 
     | 
    
         
            +
            </head>
         
     | 
| 
      
 19 
     | 
    
         
            +
            <body>
         
     | 
| 
      
 20 
     | 
    
         
            +
            <div id="index">
         
     | 
| 
      
 21 
     | 
    
         
            +
              <h1 class="section-bar">Files</h1>
         
     | 
| 
      
 22 
     | 
    
         
            +
              <div id="index-entries">
         
     | 
| 
      
 23 
     | 
    
         
            +
                <a href="files/LICENSE.html">LICENSE</a><br />
         
     | 
| 
      
 24 
     | 
    
         
            +
                <a href="files/README.html">README</a><br />
         
     | 
| 
      
 25 
     | 
    
         
            +
                <a href="files/lib/rubyrun/rubyrun_rb.html">lib/rubyrun/rubyrun.rb</a><br />
         
     | 
| 
      
 26 
     | 
    
         
            +
                <a href="files/lib/rubyrun/rubyrun_buffer_mgr___rb.html">lib/rubyrun/rubyrun_buffer_mgr__.rb</a><br />
         
     | 
| 
      
 27 
     | 
    
         
            +
                <a href="files/lib/rubyrun/rubyrun_commander___rb.html">lib/rubyrun/rubyrun_commander__.rb</a><br />
         
     | 
| 
      
 28 
     | 
    
         
            +
                <a href="files/lib/rubyrun/rubyrun_dad___rb.html">lib/rubyrun/rubyrun_dad__.rb</a><br />
         
     | 
| 
      
 29 
     | 
    
         
            +
                <a href="files/lib/rubyrun/rubyrun_globals_rb.html">lib/rubyrun/rubyrun_globals.rb</a><br />
         
     | 
| 
      
 30 
     | 
    
         
            +
                <a href="files/lib/rubyrun/rubyrun_html___rb.html">lib/rubyrun/rubyrun_html__.rb</a><br />
         
     | 
| 
      
 31 
     | 
    
         
            +
                <a href="files/lib/rubyrun/rubyrun_html_writer___rb.html">lib/rubyrun/rubyrun_html_writer__.rb</a><br />
         
     | 
| 
      
 32 
     | 
    
         
            +
                <a href="files/lib/rubyrun/rubyrun_initializer___rb.html">lib/rubyrun/rubyrun_initializer__.rb</a><br />
         
     | 
| 
      
 33 
     | 
    
         
            +
                <a href="files/lib/rubyrun/rubyrun_instrumentor___rb.html">lib/rubyrun/rubyrun_instrumentor__.rb</a><br />
         
     | 
| 
      
 34 
     | 
    
         
            +
                <a href="files/lib/rubyrun/rubyrun_monitor___rb.html">lib/rubyrun/rubyrun_monitor__.rb</a><br />
         
     | 
| 
      
 35 
     | 
    
         
            +
                <a href="files/lib/rubyrun/rubyrun_report___rb.html">lib/rubyrun/rubyrun_report__.rb</a><br />
         
     | 
| 
      
 36 
     | 
    
         
            +
                <a href="files/lib/rubyrun/rubyrun_rss___rb.html">lib/rubyrun/rubyrun_rss__.rb</a><br />
         
     | 
| 
      
 37 
     | 
    
         
            +
                <a href="files/lib/rubyrun/rubyrun_tracer___rb.html">lib/rubyrun/rubyrun_tracer__.rb</a><br />
         
     | 
| 
      
 38 
     | 
    
         
            +
                <a href="files/lib/rubyrun/rubyrun_utils___rb.html">lib/rubyrun/rubyrun_utils__.rb</a><br />
         
     | 
| 
      
 39 
     | 
    
         
            +
                <a href="files/lib/rubyrunm_rb.html">lib/rubyrunm.rb</a><br />
         
     | 
| 
      
 40 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 41 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 42 
     | 
    
         
            +
            </body>
         
     | 
| 
      
 43 
     | 
    
         
            +
            </html>
         
     | 
| 
         @@ -0,0 +1,96 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
             
     | 
| 
      
 2 
     | 
    
         
            +
            <?xml version="1.0" encoding="iso-8859-1"?>
         
     | 
| 
      
 3 
     | 
    
         
            +
            <!DOCTYPE html 
         
     | 
| 
      
 4 
     | 
    
         
            +
                 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
         
     | 
| 
      
 5 
     | 
    
         
            +
                 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            <!--
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
                Methods
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
              -->
         
     | 
| 
      
 12 
     | 
    
         
            +
            <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
         
     | 
| 
      
 13 
     | 
    
         
            +
            <head>
         
     | 
| 
      
 14 
     | 
    
         
            +
              <title>Methods</title>
         
     | 
| 
      
 15 
     | 
    
         
            +
              <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
         
     | 
| 
      
 16 
     | 
    
         
            +
              <link rel="stylesheet" href="rdoc-style.css" type="text/css" />
         
     | 
| 
      
 17 
     | 
    
         
            +
              <base target="docwin" />
         
     | 
| 
      
 18 
     | 
    
         
            +
            </head>
         
     | 
| 
      
 19 
     | 
    
         
            +
            <body>
         
     | 
| 
      
 20 
     | 
    
         
            +
            <div id="index">
         
     | 
| 
      
 21 
     | 
    
         
            +
              <h1 class="section-bar">Methods</h1>
         
     | 
| 
      
 22 
     | 
    
         
            +
              <div id="index-entries">
         
     | 
| 
      
 23 
     | 
    
         
            +
                <a href="classes/RubyRunRSS.html#M000003">add_item (RubyRunRSS)</a><br />
         
     | 
| 
      
 24 
     | 
    
         
            +
                <a href="classes/RubyRunReport__.html#M000036">add_perf_summary_rss_item (RubyRunReport__)</a><br />
         
     | 
| 
      
 25 
     | 
    
         
            +
                <a href="classes/RubyRunReport__.html#M000035">add_txn_log_csv_item (RubyRunReport__)</a><br />
         
     | 
| 
      
 26 
     | 
    
         
            +
                <a href="classes/RubyRunTracer__.html#M000051">back_trace_all (RubyRunTracer__)</a><br />
         
     | 
| 
      
 27 
     | 
    
         
            +
                <a href="classes/RubyRunInstrumentor__.html#M000044">collect_method_data (RubyRunInstrumentor__)</a><br />
         
     | 
| 
      
 28 
     | 
    
         
            +
                <a href="classes/RubyRunInitializer__.html#M000058">config_prop_exists? (RubyRunInitializer__)</a><br />
         
     | 
| 
      
 29 
     | 
    
         
            +
                <a href="classes/RubyRunRSS.html#M000002">create_channel_content (RubyRunRSS)</a><br />
         
     | 
| 
      
 30 
     | 
    
         
            +
                <a href="classes/RubyRunReport__.html#M000038">create_csv_files (RubyRunReport__)</a><br />
         
     | 
| 
      
 31 
     | 
    
         
            +
                <a href="classes/RubyRunMonitor__.html#M000025">create_metrics_hash (RubyRunMonitor__)</a><br />
         
     | 
| 
      
 32 
     | 
    
         
            +
                <a href="classes/RubyRunReport__.html#M000037">create_rss_channels (RubyRunReport__)</a><br />
         
     | 
| 
      
 33 
     | 
    
         
            +
                <a href="classes/RubyRunMonitor__.html#M000024">create_thread_local (RubyRunMonitor__)</a><br />
         
     | 
| 
      
 34 
     | 
    
         
            +
                <a href="classes/RubyRunInitializer__.html#M000065">deserialize_scan_history (RubyRunInitializer__)</a><br />
         
     | 
| 
      
 35 
     | 
    
         
            +
                <a href="classes/RubyRunInitializer__.html#M000062">directory_changed? (RubyRunInitializer__)</a><br />
         
     | 
| 
      
 36 
     | 
    
         
            +
                <a href="classes/RubyRunInitializer__.html#M000059">discover_targets (RubyRunInitializer__)</a><br />
         
     | 
| 
      
 37 
     | 
    
         
            +
                <a href="classes/RubyRunCommander__.html#M000013">dump_object_map (RubyRunCommander__)</a><br />
         
     | 
| 
      
 38 
     | 
    
         
            +
                <a href="classes/RubyRunCommander__.html#M000011">dump_reports (RubyRunCommander__)</a><br />
         
     | 
| 
      
 39 
     | 
    
         
            +
                <a href="classes/RubyRunCommander__.html#M000010">dump_thread_status (RubyRunCommander__)</a><br />
         
     | 
| 
      
 40 
     | 
    
         
            +
                <a href="classes/RubyRunTracer__.html#M000049">enter_trace (RubyRunTracer__)</a><br />
         
     | 
| 
      
 41 
     | 
    
         
            +
                <a href="classes/RubyRunUtils__.html#M000029">env_var_exists? (RubyRunUtils__)</a><br />
         
     | 
| 
      
 42 
     | 
    
         
            +
                <a href="classes/RubyRunCommander__.html#M000021">exit_monitor? (RubyRunCommander__)</a><br />
         
     | 
| 
      
 43 
     | 
    
         
            +
                <a href="classes/RubyRunInitializer__.html#M000061">expand_folder (RubyRunInitializer__)</a><br />
         
     | 
| 
      
 44 
     | 
    
         
            +
                <a href="classes/RubyRunUtils__.html#M000030">fatal_exit (RubyRunUtils__)</a><br />
         
     | 
| 
      
 45 
     | 
    
         
            +
                <a href="classes/RubyRunHTMLWriter.html#M000006">format_message (RubyRunHTMLWriter)</a><br />
         
     | 
| 
      
 46 
     | 
    
         
            +
                <a href="classes/RubyRunInitializer__.html#M000063">generate_hash (RubyRunInitializer__)</a><br />
         
     | 
| 
      
 47 
     | 
    
         
            +
                <a href="classes/RubyRunUtils__.html#M000028">get_caller_detail (RubyRunUtils__)</a><br />
         
     | 
| 
      
 48 
     | 
    
         
            +
                <a href="classes/RubyRunDad__.html#M000009">get_dad (RubyRunDad__)</a><br />
         
     | 
| 
      
 49 
     | 
    
         
            +
                <a href="classes/RubyRunInitializer__.html#M000070">get_dir_hash_file (RubyRunInitializer__)</a><br />
         
     | 
| 
      
 50 
     | 
    
         
            +
                <a href="classes/RubyRunInitializer__.html#M000069">get_exclude_hash_file (RubyRunInitializer__)</a><br />
         
     | 
| 
      
 51 
     | 
    
         
            +
                <a href="classes/RubyRunInitializer__.html#M000068">get_include_hash_file (RubyRunInitializer__)</a><br />
         
     | 
| 
      
 52 
     | 
    
         
            +
                <a href="classes/RubyRunUtils__.html#M000027">get_thread_id (RubyRunUtils__)</a><br />
         
     | 
| 
      
 53 
     | 
    
         
            +
                <a href="classes/RubyRunCommander__.html#M000019">hard_kill? (RubyRunCommander__)</a><br />
         
     | 
| 
      
 54 
     | 
    
         
            +
                <a href="classes/RubyRunInitializer__.html#M000060">identify_candidates (RubyRunInitializer__)</a><br />
         
     | 
| 
      
 55 
     | 
    
         
            +
                <a href="classes/RubyRunInitializer__.html#M000052">init_rubyrun (RubyRunInitializer__)</a><br />
         
     | 
| 
      
 56 
     | 
    
         
            +
                <a href="classes/RubyRunInstrumentor__.html#M000042">insert_code_to_instance_method (RubyRunInstrumentor__)</a><br />
         
     | 
| 
      
 57 
     | 
    
         
            +
                <a href="classes/RubyRunInstrumentor__.html#M000043">insert_code_to_singleton_method (RubyRunInstrumentor__)</a><br />
         
     | 
| 
      
 58 
     | 
    
         
            +
                <a href="classes/RubyRunInstrumentor__.html#M000039">instrument_it? (RubyRunInstrumentor__)</a><br />
         
     | 
| 
      
 59 
     | 
    
         
            +
                <a href="classes/RubyRunInstrumentor__.html#M000041">instrument_target (RubyRunInstrumentor__)</a><br />
         
     | 
| 
      
 60 
     | 
    
         
            +
                <a href="classes/RubyRunInstrumentor__.html#M000045">instrument_thread_new (RubyRunInstrumentor__)</a><br />
         
     | 
| 
      
 61 
     | 
    
         
            +
                <a href="classes/RubyRunUtils__.html#M000032">is_application_controller (RubyRunUtils__)</a><br />
         
     | 
| 
      
 62 
     | 
    
         
            +
                <a href="classes/RubyRunUtils__.html#M000033">is_in? (RubyRunUtils__)</a><br />
         
     | 
| 
      
 63 
     | 
    
         
            +
                <a href="classes/RubyRunInstrumentor__.html#M000040">is_non_negotiably_excluded? (RubyRunInstrumentor__)</a><br />
         
     | 
| 
      
 64 
     | 
    
         
            +
                <a href="classes/RubyRunUtils__.html#M000031">is_rails_controller? (RubyRunUtils__)</a><br />
         
     | 
| 
      
 65 
     | 
    
         
            +
                <a href="classes/RubyRunCommander__.html#M000012">kill_threads (RubyRunCommander__)</a><br />
         
     | 
| 
      
 66 
     | 
    
         
            +
                <a href="classes/RubyRunInitializer__.html#M000056">load_config_props (RubyRunInitializer__)</a><br />
         
     | 
| 
      
 67 
     | 
    
         
            +
                <a href="classes/RubyRunInitializer__.html#M000054">make_folder (RubyRunInitializer__)</a><br />
         
     | 
| 
      
 68 
     | 
    
         
            +
                <a href="classes/Module.html#M000004">method_added (Module)</a><br />
         
     | 
| 
      
 69 
     | 
    
         
            +
                <a href="classes/RubyRunHTMLWriter/RubyRunHTMLDevice.html#M000007">new (RubyRunHTMLWriter::RubyRunHTMLDevice)</a><br />
         
     | 
| 
      
 70 
     | 
    
         
            +
                <a href="classes/RubyRunHTMLWriter.html#M000005">new (RubyRunHTMLWriter)</a><br />
         
     | 
| 
      
 71 
     | 
    
         
            +
                <a href="classes/RubyRunInstrumentor__.html#M000046">new (RubyRunInstrumentor__)</a><br />
         
     | 
| 
      
 72 
     | 
    
         
            +
                <a href="classes/RubyRunRSS.html#M000001">new (RubyRunRSS)</a><br />
         
     | 
| 
      
 73 
     | 
    
         
            +
                <a href="classes/RubyRunCommander__.html#M000020">object_map? (RubyRunCommander__)</a><br />
         
     | 
| 
      
 74 
     | 
    
         
            +
                <a href="classes/RubyRunBufferMgr__.html#M000047">push_current_buffer (RubyRunBufferMgr__)</a><br />
         
     | 
| 
      
 75 
     | 
    
         
            +
                <a href="classes/RubyRunInitializer__.html#M000055">ready_logfile (RubyRunInitializer__)</a><br />
         
     | 
| 
      
 76 
     | 
    
         
            +
                <a href="classes/RubyRunInitializer__.html#M000053">ready_rubyrun_env (RubyRunInitializer__)</a><br />
         
     | 
| 
      
 77 
     | 
    
         
            +
                <a href="classes/RubyRunCommander__.html#M000016">remove_cmd_folder (RubyRunCommander__)</a><br />
         
     | 
| 
      
 78 
     | 
    
         
            +
                <a href="classes/RubyRunMonitor__.html#M000026">report_rails_timing (RubyRunMonitor__)</a><br />
         
     | 
| 
      
 79 
     | 
    
         
            +
                <a href="classes/RubyRunBufferMgr__.html#M000048">return_and_switch_buffer (RubyRunBufferMgr__)</a><br />
         
     | 
| 
      
 80 
     | 
    
         
            +
                <a href="classes/RubyRunCommander__.html#M000015">return_joined_thread (RubyRunCommander__)</a><br />
         
     | 
| 
      
 81 
     | 
    
         
            +
                <a href="classes/RubyRunUtils__.html#M000034">return_method_name (RubyRunUtils__)</a><br />
         
     | 
| 
      
 82 
     | 
    
         
            +
                <a href="classes/RubyRunInitializer__.html#M000066">scan_module_class (RubyRunInitializer__)</a><br />
         
     | 
| 
      
 83 
     | 
    
         
            +
                <a href="classes/RubyRunInitializer__.html#M000067">scan_super (RubyRunInitializer__)</a><br />
         
     | 
| 
      
 84 
     | 
    
         
            +
                <a href="classes/RubyRunInitializer__.html#M000064">serialize_scan_history (RubyRunInitializer__)</a><br />
         
     | 
| 
      
 85 
     | 
    
         
            +
                <a href="classes/Object.html#M000008">singleton_method_added (Object)</a><br />
         
     | 
| 
      
 86 
     | 
    
         
            +
                <a href="classes/RubyRunCommander__.html#M000018">soft_kill? (RubyRunCommander__)</a><br />
         
     | 
| 
      
 87 
     | 
    
         
            +
                <a href="classes/RubyRunMonitor__.html#M000023">start_thread_monitor (RubyRunMonitor__)</a><br />
         
     | 
| 
      
 88 
     | 
    
         
            +
                <a href="classes/RubyRunCommander__.html#M000017">thread_status? (RubyRunCommander__)</a><br />
         
     | 
| 
      
 89 
     | 
    
         
            +
                <a href="classes/RubyRunCommander__.html#M000022">unsupport_function (RubyRunCommander__)</a><br />
         
     | 
| 
      
 90 
     | 
    
         
            +
                <a href="classes/RubyRunCommander__.html#M000014">update_perf_metrics (RubyRunCommander__)</a><br />
         
     | 
| 
      
 91 
     | 
    
         
            +
                <a href="classes/RubyRunInitializer__.html#M000057">validate_opts (RubyRunInitializer__)</a><br />
         
     | 
| 
      
 92 
     | 
    
         
            +
                <a href="classes/RubyRunTracer__.html#M000050">write_trace (RubyRunTracer__)</a><br />
         
     | 
| 
      
 93 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 94 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 95 
     | 
    
         
            +
            </body>
         
     | 
| 
      
 96 
     | 
    
         
            +
            </html>
         
     | 
    
        data/html/index.html
    ADDED
    
    | 
         @@ -0,0 +1,24 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            <?xml version="1.0" encoding="iso-8859-1"?>
         
     | 
| 
      
 2 
     | 
    
         
            +
            <!DOCTYPE html 
         
     | 
| 
      
 3 
     | 
    
         
            +
                 PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
         
     | 
| 
      
 4 
     | 
    
         
            +
                 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            <!--
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
                RubyRun
         
     | 
| 
      
 9 
     | 
    
         
            +
             
     | 
| 
      
 10 
     | 
    
         
            +
              -->
         
     | 
| 
      
 11 
     | 
    
         
            +
            <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
         
     | 
| 
      
 12 
     | 
    
         
            +
            <head>
         
     | 
| 
      
 13 
     | 
    
         
            +
              <title>RubyRun</title>
         
     | 
| 
      
 14 
     | 
    
         
            +
              <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
         
     | 
| 
      
 15 
     | 
    
         
            +
            </head>
         
     | 
| 
      
 16 
     | 
    
         
            +
            <frameset rows="20%, 80%">
         
     | 
| 
      
 17 
     | 
    
         
            +
                <frameset cols="25%,35%,45%">
         
     | 
| 
      
 18 
     | 
    
         
            +
                    <frame src="fr_file_index.html"   title="Files" name="Files" />
         
     | 
| 
      
 19 
     | 
    
         
            +
                    <frame src="fr_class_index.html"  name="Classes" />
         
     | 
| 
      
 20 
     | 
    
         
            +
                    <frame src="fr_method_index.html" name="Methods" />
         
     | 
| 
      
 21 
     | 
    
         
            +
                </frameset>
         
     | 
| 
      
 22 
     | 
    
         
            +
                <frame src="files/README.html" name="docwin" />
         
     | 
| 
      
 23 
     | 
    
         
            +
            </frameset>
         
     | 
| 
      
 24 
     | 
    
         
            +
            </html>
         
     |