tdd-alu0100547160 0.2.0
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.
- checksums.yaml +7 -0
 - data/.coveralls.yml +1 -0
 - data/.gitignore +13 -0
 - data/.travis.yml +5 -0
 - data/Gemfile +6 -0
 - data/Guardfile +82 -0
 - data/LICENSE.txt +21 -0
 - data/README.md +39 -0
 - data/Rakefile +6 -0
 - data/bin/Guardfile +28 -0
 - data/bin/console +14 -0
 - data/bin/setup +8 -0
 - data/docs/Alimento.html +1464 -0
 - data/docs/Grupo_de_Alimento.html +650 -0
 - data/docs/Lista.html +1136 -0
 - data/docs/Nodo.html +409 -0
 - data/docs/Tdd.html +117 -0
 - data/docs/_index.html +159 -0
 - data/docs/class_list.html +51 -0
 - data/docs/css/common.css +1 -0
 - data/docs/css/full_list.css +58 -0
 - data/docs/css/style.css +492 -0
 - data/docs/file.README.html +122 -0
 - data/docs/file_list.html +56 -0
 - data/docs/frames.html +17 -0
 - data/docs/index.html +122 -0
 - data/docs/js/app.js +248 -0
 - data/docs/js/full_list.js +216 -0
 - data/docs/js/jquery.js +4 -0
 - data/docs/method_list.html +307 -0
 - data/docs/top-level-namespace.html +112 -0
 - data/lib/tdd/Alimento.rb +138 -0
 - data/lib/tdd/Lista.rb +140 -0
 - data/lib/tdd/PlatoHarvard.rb +94 -0
 - data/lib/tdd/version.rb +4 -0
 - data/lib/tdd.rb +9 -0
 - data/tdd.gemspec +41 -0
 - metadata +192 -0
 
    
        data/docs/Nodo.html
    ADDED
    
    | 
         @@ -0,0 +1,409 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            <!DOCTYPE html>
         
     | 
| 
      
 2 
     | 
    
         
            +
            <html>
         
     | 
| 
      
 3 
     | 
    
         
            +
              <head>
         
     | 
| 
      
 4 
     | 
    
         
            +
                <meta charset="utf-8">
         
     | 
| 
      
 5 
     | 
    
         
            +
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
         
     | 
| 
      
 6 
     | 
    
         
            +
            <title>
         
     | 
| 
      
 7 
     | 
    
         
            +
              Class: Nodo
         
     | 
| 
      
 8 
     | 
    
         
            +
              
         
     | 
| 
      
 9 
     | 
    
         
            +
                — Documentation by YARD 0.9.9
         
     | 
| 
      
 10 
     | 
    
         
            +
              
         
     | 
| 
      
 11 
     | 
    
         
            +
            </title>
         
     | 
| 
      
 12 
     | 
    
         
            +
             
     | 
| 
      
 13 
     | 
    
         
            +
              <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
              <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
         
     | 
| 
      
 16 
     | 
    
         
            +
             
     | 
| 
      
 17 
     | 
    
         
            +
            <script type="text/javascript" charset="utf-8">
         
     | 
| 
      
 18 
     | 
    
         
            +
              pathId = "Nodo";
         
     | 
| 
      
 19 
     | 
    
         
            +
              relpath = '';
         
     | 
| 
      
 20 
     | 
    
         
            +
            </script>
         
     | 
| 
      
 21 
     | 
    
         
            +
             
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
              <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
              <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
      
 28 
     | 
    
         
            +
              </head>
         
     | 
| 
      
 29 
     | 
    
         
            +
              <body>
         
     | 
| 
      
 30 
     | 
    
         
            +
                <div class="nav_wrap">
         
     | 
| 
      
 31 
     | 
    
         
            +
                  <iframe id="nav" src="class_list.html?1"></iframe>
         
     | 
| 
      
 32 
     | 
    
         
            +
                  <div id="resizer"></div>
         
     | 
| 
      
 33 
     | 
    
         
            +
                </div>
         
     | 
| 
      
 34 
     | 
    
         
            +
             
     | 
| 
      
 35 
     | 
    
         
            +
                <div id="main" tabindex="-1">
         
     | 
| 
      
 36 
     | 
    
         
            +
                  <div id="header">
         
     | 
| 
      
 37 
     | 
    
         
            +
                    <div id="menu">
         
     | 
| 
      
 38 
     | 
    
         
            +
              
         
     | 
| 
      
 39 
     | 
    
         
            +
                <a href="_index.html">Index (N)</a> »
         
     | 
| 
      
 40 
     | 
    
         
            +
                
         
     | 
| 
      
 41 
     | 
    
         
            +
                
         
     | 
| 
      
 42 
     | 
    
         
            +
                <span class="title">Nodo</span>
         
     | 
| 
      
 43 
     | 
    
         
            +
              
         
     | 
| 
      
 44 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 45 
     | 
    
         
            +
             
     | 
| 
      
 46 
     | 
    
         
            +
                    <div id="search">
         
     | 
| 
      
 47 
     | 
    
         
            +
              
         
     | 
| 
      
 48 
     | 
    
         
            +
                <a class="full_list_link" id="class_list_link"
         
     | 
| 
      
 49 
     | 
    
         
            +
                    href="class_list.html">
         
     | 
| 
      
 50 
     | 
    
         
            +
             
     | 
| 
      
 51 
     | 
    
         
            +
                    <svg width="24" height="24">
         
     | 
| 
      
 52 
     | 
    
         
            +
                      <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
         
     | 
| 
      
 53 
     | 
    
         
            +
                      <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
         
     | 
| 
      
 54 
     | 
    
         
            +
                      <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
         
     | 
| 
      
 55 
     | 
    
         
            +
                    </svg>
         
     | 
| 
      
 56 
     | 
    
         
            +
                </a>
         
     | 
| 
      
 57 
     | 
    
         
            +
              
         
     | 
| 
      
 58 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 59 
     | 
    
         
            +
                    <div class="clear"></div>
         
     | 
| 
      
 60 
     | 
    
         
            +
                  </div>
         
     | 
| 
      
 61 
     | 
    
         
            +
             
     | 
| 
      
 62 
     | 
    
         
            +
                  <div id="content"><h1>Class: Nodo
         
     | 
| 
      
 63 
     | 
    
         
            +
              
         
     | 
| 
      
 64 
     | 
    
         
            +
              
         
     | 
| 
      
 65 
     | 
    
         
            +
              
         
     | 
| 
      
 66 
     | 
    
         
            +
            </h1>
         
     | 
| 
      
 67 
     | 
    
         
            +
            <div class="box_info">
         
     | 
| 
      
 68 
     | 
    
         
            +
              
         
     | 
| 
      
 69 
     | 
    
         
            +
              <dl>
         
     | 
| 
      
 70 
     | 
    
         
            +
                <dt>Inherits:</dt>
         
     | 
| 
      
 71 
     | 
    
         
            +
                <dd>
         
     | 
| 
      
 72 
     | 
    
         
            +
                  <span class="inheritName">Struct</span>
         
     | 
| 
      
 73 
     | 
    
         
            +
                  
         
     | 
| 
      
 74 
     | 
    
         
            +
                    <ul class="fullTree">
         
     | 
| 
      
 75 
     | 
    
         
            +
                      <li>Object</li>
         
     | 
| 
      
 76 
     | 
    
         
            +
                      
         
     | 
| 
      
 77 
     | 
    
         
            +
                        <li class="next">Struct</li>
         
     | 
| 
      
 78 
     | 
    
         
            +
                      
         
     | 
| 
      
 79 
     | 
    
         
            +
                        <li class="next">Nodo</li>
         
     | 
| 
      
 80 
     | 
    
         
            +
                      
         
     | 
| 
      
 81 
     | 
    
         
            +
                    </ul>
         
     | 
| 
      
 82 
     | 
    
         
            +
                    <a href="#" class="inheritanceTree">show all</a>
         
     | 
| 
      
 83 
     | 
    
         
            +
                  
         
     | 
| 
      
 84 
     | 
    
         
            +
                </dd>
         
     | 
| 
      
 85 
     | 
    
         
            +
              </dl>
         
     | 
| 
      
 86 
     | 
    
         
            +
              
         
     | 
| 
      
 87 
     | 
    
         
            +
             
     | 
| 
      
 88 
     | 
    
         
            +
              
         
     | 
| 
      
 89 
     | 
    
         
            +
              
         
     | 
| 
      
 90 
     | 
    
         
            +
              
         
     | 
| 
      
 91 
     | 
    
         
            +
              
         
     | 
| 
      
 92 
     | 
    
         
            +
              
         
     | 
| 
      
 93 
     | 
    
         
            +
             
     | 
| 
      
 94 
     | 
    
         
            +
              
         
     | 
| 
      
 95 
     | 
    
         
            +
             
     | 
| 
      
 96 
     | 
    
         
            +
              
         
     | 
| 
      
 97 
     | 
    
         
            +
              <dl>
         
     | 
| 
      
 98 
     | 
    
         
            +
                <dt>Defined in:</dt>
         
     | 
| 
      
 99 
     | 
    
         
            +
                <dd>lib/tdd/Lista.rb</dd>
         
     | 
| 
      
 100 
     | 
    
         
            +
              </dl>
         
     | 
| 
      
 101 
     | 
    
         
            +
              
         
     | 
| 
      
 102 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 103 
     | 
    
         
            +
             
     | 
| 
      
 104 
     | 
    
         
            +
            <h2>Overview</h2><div class="docstring">
         
     | 
| 
      
 105 
     | 
    
         
            +
              <div class="discussion">
         
     | 
| 
      
 106 
     | 
    
         
            +
                
         
     | 
| 
      
 107 
     | 
    
         
            +
            <p>Struct de un nodo para insertar en lista</p>
         
     | 
| 
      
 108 
     | 
    
         
            +
             
     | 
| 
      
 109 
     | 
    
         
            +
             
     | 
| 
      
 110 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 111 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 112 
     | 
    
         
            +
            <div class="tags">
         
     | 
| 
      
 113 
     | 
    
         
            +
              
         
     | 
| 
      
 114 
     | 
    
         
            +
             
     | 
| 
      
 115 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 116 
     | 
    
         
            +
             
     | 
| 
      
 117 
     | 
    
         
            +
             
     | 
| 
      
 118 
     | 
    
         
            +
             
     | 
| 
      
 119 
     | 
    
         
            +
              <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
         
     | 
| 
      
 120 
     | 
    
         
            +
              <ul class="summary">
         
     | 
| 
      
 121 
     | 
    
         
            +
                
         
     | 
| 
      
 122 
     | 
    
         
            +
                  <li class="public ">
         
     | 
| 
      
 123 
     | 
    
         
            +
              <span class="summary_signature">
         
     | 
| 
      
 124 
     | 
    
         
            +
                
         
     | 
| 
      
 125 
     | 
    
         
            +
                  <a href="#Next_-instance_method" title="#Next_ (instance method)">#<strong>Next_</strong>  ⇒ Object </a>
         
     | 
| 
      
 126 
     | 
    
         
            +
                
         
     | 
| 
      
 127 
     | 
    
         
            +
             
     | 
| 
      
 128 
     | 
    
         
            +
                
         
     | 
| 
      
 129 
     | 
    
         
            +
              </span>
         
     | 
| 
      
 130 
     | 
    
         
            +
              
         
     | 
| 
      
 131 
     | 
    
         
            +
              
         
     | 
| 
      
 132 
     | 
    
         
            +
              
         
     | 
| 
      
 133 
     | 
    
         
            +
                
         
     | 
| 
      
 134 
     | 
    
         
            +
                
         
     | 
| 
      
 135 
     | 
    
         
            +
              
         
     | 
| 
      
 136 
     | 
    
         
            +
              
         
     | 
| 
      
 137 
     | 
    
         
            +
              
         
     | 
| 
      
 138 
     | 
    
         
            +
              
         
     | 
| 
      
 139 
     | 
    
         
            +
              
         
     | 
| 
      
 140 
     | 
    
         
            +
             
     | 
| 
      
 141 
     | 
    
         
            +
              
         
     | 
| 
      
 142 
     | 
    
         
            +
                <span class="summary_desc"><div class='inline'>
         
     | 
| 
      
 143 
     | 
    
         
            +
            <p>Returns the value of attribute Next_.</p>
         
     | 
| 
      
 144 
     | 
    
         
            +
            </div></span>
         
     | 
| 
      
 145 
     | 
    
         
            +
              
         
     | 
| 
      
 146 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 147 
     | 
    
         
            +
             
     | 
| 
      
 148 
     | 
    
         
            +
                
         
     | 
| 
      
 149 
     | 
    
         
            +
                  <li class="public ">
         
     | 
| 
      
 150 
     | 
    
         
            +
              <span class="summary_signature">
         
     | 
| 
      
 151 
     | 
    
         
            +
                
         
     | 
| 
      
 152 
     | 
    
         
            +
                  <a href="#prev-instance_method" title="#prev (instance method)">#<strong>prev</strong>  ⇒ Object </a>
         
     | 
| 
      
 153 
     | 
    
         
            +
                
         
     | 
| 
      
 154 
     | 
    
         
            +
             
     | 
| 
      
 155 
     | 
    
         
            +
                
         
     | 
| 
      
 156 
     | 
    
         
            +
              </span>
         
     | 
| 
      
 157 
     | 
    
         
            +
              
         
     | 
| 
      
 158 
     | 
    
         
            +
              
         
     | 
| 
      
 159 
     | 
    
         
            +
              
         
     | 
| 
      
 160 
     | 
    
         
            +
                
         
     | 
| 
      
 161 
     | 
    
         
            +
                
         
     | 
| 
      
 162 
     | 
    
         
            +
              
         
     | 
| 
      
 163 
     | 
    
         
            +
              
         
     | 
| 
      
 164 
     | 
    
         
            +
              
         
     | 
| 
      
 165 
     | 
    
         
            +
              
         
     | 
| 
      
 166 
     | 
    
         
            +
              
         
     | 
| 
      
 167 
     | 
    
         
            +
             
     | 
| 
      
 168 
     | 
    
         
            +
              
         
     | 
| 
      
 169 
     | 
    
         
            +
                <span class="summary_desc"><div class='inline'>
         
     | 
| 
      
 170 
     | 
    
         
            +
            <p>Returns the value of attribute prev.</p>
         
     | 
| 
      
 171 
     | 
    
         
            +
            </div></span>
         
     | 
| 
      
 172 
     | 
    
         
            +
              
         
     | 
| 
      
 173 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 174 
     | 
    
         
            +
             
     | 
| 
      
 175 
     | 
    
         
            +
                
         
     | 
| 
      
 176 
     | 
    
         
            +
                  <li class="public ">
         
     | 
| 
      
 177 
     | 
    
         
            +
              <span class="summary_signature">
         
     | 
| 
      
 178 
     | 
    
         
            +
                
         
     | 
| 
      
 179 
     | 
    
         
            +
                  <a href="#value-instance_method" title="#value (instance method)">#<strong>value</strong>  ⇒ Object </a>
         
     | 
| 
      
 180 
     | 
    
         
            +
                
         
     | 
| 
      
 181 
     | 
    
         
            +
             
     | 
| 
      
 182 
     | 
    
         
            +
                
         
     | 
| 
      
 183 
     | 
    
         
            +
              </span>
         
     | 
| 
      
 184 
     | 
    
         
            +
              
         
     | 
| 
      
 185 
     | 
    
         
            +
              
         
     | 
| 
      
 186 
     | 
    
         
            +
              
         
     | 
| 
      
 187 
     | 
    
         
            +
                
         
     | 
| 
      
 188 
     | 
    
         
            +
                
         
     | 
| 
      
 189 
     | 
    
         
            +
              
         
     | 
| 
      
 190 
     | 
    
         
            +
              
         
     | 
| 
      
 191 
     | 
    
         
            +
              
         
     | 
| 
      
 192 
     | 
    
         
            +
              
         
     | 
| 
      
 193 
     | 
    
         
            +
              
         
     | 
| 
      
 194 
     | 
    
         
            +
             
     | 
| 
      
 195 
     | 
    
         
            +
              
         
     | 
| 
      
 196 
     | 
    
         
            +
                <span class="summary_desc"><div class='inline'>
         
     | 
| 
      
 197 
     | 
    
         
            +
            <p>Returns the value of attribute value.</p>
         
     | 
| 
      
 198 
     | 
    
         
            +
            </div></span>
         
     | 
| 
      
 199 
     | 
    
         
            +
              
         
     | 
| 
      
 200 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 201 
     | 
    
         
            +
             
     | 
| 
      
 202 
     | 
    
         
            +
                
         
     | 
| 
      
 203 
     | 
    
         
            +
              </ul>
         
     | 
| 
      
 204 
     | 
    
         
            +
             
     | 
| 
      
 205 
     | 
    
         
            +
             
     | 
| 
      
 206 
     | 
    
         
            +
             
     | 
| 
      
 207 
     | 
    
         
            +
             
     | 
| 
      
 208 
     | 
    
         
            +
             
     | 
| 
      
 209 
     | 
    
         
            +
              
         
     | 
| 
      
 210 
     | 
    
         
            +
              <div id="instance_attr_details" class="attr_details">
         
     | 
| 
      
 211 
     | 
    
         
            +
                <h2>Instance Attribute Details</h2>
         
     | 
| 
      
 212 
     | 
    
         
            +
                
         
     | 
| 
      
 213 
     | 
    
         
            +
                  
         
     | 
| 
      
 214 
     | 
    
         
            +
                  <span id="Next_=-instance_method"></span>
         
     | 
| 
      
 215 
     | 
    
         
            +
                  <div class="method_details first">
         
     | 
| 
      
 216 
     | 
    
         
            +
              <h3 class="signature first" id="Next_-instance_method">
         
     | 
| 
      
 217 
     | 
    
         
            +
              
         
     | 
| 
      
 218 
     | 
    
         
            +
                #<strong>Next_</strong>  ⇒ <tt>Object</tt> 
         
     | 
| 
      
 219 
     | 
    
         
            +
              
         
     | 
| 
      
 220 
     | 
    
         
            +
             
     | 
| 
      
 221 
     | 
    
         
            +
              
         
     | 
| 
      
 222 
     | 
    
         
            +
             
     | 
| 
      
 223 
     | 
    
         
            +
              
         
     | 
| 
      
 224 
     | 
    
         
            +
            </h3><div class="docstring">
         
     | 
| 
      
 225 
     | 
    
         
            +
              <div class="discussion">
         
     | 
| 
      
 226 
     | 
    
         
            +
                
         
     | 
| 
      
 227 
     | 
    
         
            +
            <p>Returns the value of attribute Next_</p>
         
     | 
| 
      
 228 
     | 
    
         
            +
             
     | 
| 
      
 229 
     | 
    
         
            +
             
     | 
| 
      
 230 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 231 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 232 
     | 
    
         
            +
            <div class="tags">
         
     | 
| 
      
 233 
     | 
    
         
            +
              
         
     | 
| 
      
 234 
     | 
    
         
            +
            <p class="tag_title">Returns:</p>
         
     | 
| 
      
 235 
     | 
    
         
            +
            <ul class="return">
         
     | 
| 
      
 236 
     | 
    
         
            +
              
         
     | 
| 
      
 237 
     | 
    
         
            +
                <li>
         
     | 
| 
      
 238 
     | 
    
         
            +
                  
         
     | 
| 
      
 239 
     | 
    
         
            +
                  
         
     | 
| 
      
 240 
     | 
    
         
            +
                    <span class='type'>(<tt>Object</tt>)</span>
         
     | 
| 
      
 241 
     | 
    
         
            +
                  
         
     | 
| 
      
 242 
     | 
    
         
            +
                  
         
     | 
| 
      
 243 
     | 
    
         
            +
                  
         
     | 
| 
      
 244 
     | 
    
         
            +
                    —
         
     | 
| 
      
 245 
     | 
    
         
            +
                    <div class='inline'>
         
     | 
| 
      
 246 
     | 
    
         
            +
            <p>the current value of Next_</p>
         
     | 
| 
      
 247 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 248 
     | 
    
         
            +
                  
         
     | 
| 
      
 249 
     | 
    
         
            +
                </li>
         
     | 
| 
      
 250 
     | 
    
         
            +
              
         
     | 
| 
      
 251 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 252 
     | 
    
         
            +
             
     | 
| 
      
 253 
     | 
    
         
            +
            </div><table class="source_code">
         
     | 
| 
      
 254 
     | 
    
         
            +
              <tr>
         
     | 
| 
      
 255 
     | 
    
         
            +
                <td>
         
     | 
| 
      
 256 
     | 
    
         
            +
                  <pre class="lines">
         
     | 
| 
      
 257 
     | 
    
         
            +
             
     | 
| 
      
 258 
     | 
    
         
            +
             
     | 
| 
      
 259 
     | 
    
         
            +
            2
         
     | 
| 
      
 260 
     | 
    
         
            +
            3
         
     | 
| 
      
 261 
     | 
    
         
            +
            4</pre>
         
     | 
| 
      
 262 
     | 
    
         
            +
                </td>
         
     | 
| 
      
 263 
     | 
    
         
            +
                <td>
         
     | 
| 
      
 264 
     | 
    
         
            +
                  <pre class="code"><span class="info file"># File 'lib/tdd/Lista.rb', line 2</span>
         
     | 
| 
      
 265 
     | 
    
         
            +
             
     | 
| 
      
 266 
     | 
    
         
            +
            <span class='kw'>def</span> <span class='const'>Next_</span>
         
     | 
| 
      
 267 
     | 
    
         
            +
              <span class='ivar'>@Next_</span>
         
     | 
| 
      
 268 
     | 
    
         
            +
            <span class='kw'>end</span></pre>
         
     | 
| 
      
 269 
     | 
    
         
            +
                </td>
         
     | 
| 
      
 270 
     | 
    
         
            +
              </tr>
         
     | 
| 
      
 271 
     | 
    
         
            +
            </table>
         
     | 
| 
      
 272 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 273 
     | 
    
         
            +
                
         
     | 
| 
      
 274 
     | 
    
         
            +
                  
         
     | 
| 
      
 275 
     | 
    
         
            +
                  <span id="prev=-instance_method"></span>
         
     | 
| 
      
 276 
     | 
    
         
            +
                  <div class="method_details ">
         
     | 
| 
      
 277 
     | 
    
         
            +
              <h3 class="signature " id="prev-instance_method">
         
     | 
| 
      
 278 
     | 
    
         
            +
              
         
     | 
| 
      
 279 
     | 
    
         
            +
                #<strong>prev</strong>  ⇒ <tt>Object</tt> 
         
     | 
| 
      
 280 
     | 
    
         
            +
              
         
     | 
| 
      
 281 
     | 
    
         
            +
             
     | 
| 
      
 282 
     | 
    
         
            +
              
         
     | 
| 
      
 283 
     | 
    
         
            +
             
     | 
| 
      
 284 
     | 
    
         
            +
              
         
     | 
| 
      
 285 
     | 
    
         
            +
            </h3><div class="docstring">
         
     | 
| 
      
 286 
     | 
    
         
            +
              <div class="discussion">
         
     | 
| 
      
 287 
     | 
    
         
            +
                
         
     | 
| 
      
 288 
     | 
    
         
            +
            <p>Returns the value of attribute prev</p>
         
     | 
| 
      
 289 
     | 
    
         
            +
             
     | 
| 
      
 290 
     | 
    
         
            +
             
     | 
| 
      
 291 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 292 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 293 
     | 
    
         
            +
            <div class="tags">
         
     | 
| 
      
 294 
     | 
    
         
            +
              
         
     | 
| 
      
 295 
     | 
    
         
            +
            <p class="tag_title">Returns:</p>
         
     | 
| 
      
 296 
     | 
    
         
            +
            <ul class="return">
         
     | 
| 
      
 297 
     | 
    
         
            +
              
         
     | 
| 
      
 298 
     | 
    
         
            +
                <li>
         
     | 
| 
      
 299 
     | 
    
         
            +
                  
         
     | 
| 
      
 300 
     | 
    
         
            +
                  
         
     | 
| 
      
 301 
     | 
    
         
            +
                    <span class='type'>(<tt>Object</tt>)</span>
         
     | 
| 
      
 302 
     | 
    
         
            +
                  
         
     | 
| 
      
 303 
     | 
    
         
            +
                  
         
     | 
| 
      
 304 
     | 
    
         
            +
                  
         
     | 
| 
      
 305 
     | 
    
         
            +
                    —
         
     | 
| 
      
 306 
     | 
    
         
            +
                    <div class='inline'>
         
     | 
| 
      
 307 
     | 
    
         
            +
            <p>the current value of prev</p>
         
     | 
| 
      
 308 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 309 
     | 
    
         
            +
                  
         
     | 
| 
      
 310 
     | 
    
         
            +
                </li>
         
     | 
| 
      
 311 
     | 
    
         
            +
              
         
     | 
| 
      
 312 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 313 
     | 
    
         
            +
             
     | 
| 
      
 314 
     | 
    
         
            +
            </div><table class="source_code">
         
     | 
| 
      
 315 
     | 
    
         
            +
              <tr>
         
     | 
| 
      
 316 
     | 
    
         
            +
                <td>
         
     | 
| 
      
 317 
     | 
    
         
            +
                  <pre class="lines">
         
     | 
| 
      
 318 
     | 
    
         
            +
             
     | 
| 
      
 319 
     | 
    
         
            +
             
     | 
| 
      
 320 
     | 
    
         
            +
            2
         
     | 
| 
      
 321 
     | 
    
         
            +
            3
         
     | 
| 
      
 322 
     | 
    
         
            +
            4</pre>
         
     | 
| 
      
 323 
     | 
    
         
            +
                </td>
         
     | 
| 
      
 324 
     | 
    
         
            +
                <td>
         
     | 
| 
      
 325 
     | 
    
         
            +
                  <pre class="code"><span class="info file"># File 'lib/tdd/Lista.rb', line 2</span>
         
     | 
| 
      
 326 
     | 
    
         
            +
             
     | 
| 
      
 327 
     | 
    
         
            +
            <span class='kw'>def</span> <span class='id identifier rubyid_prev'>prev</span>
         
     | 
| 
      
 328 
     | 
    
         
            +
              <span class='ivar'>@prev</span>
         
     | 
| 
      
 329 
     | 
    
         
            +
            <span class='kw'>end</span></pre>
         
     | 
| 
      
 330 
     | 
    
         
            +
                </td>
         
     | 
| 
      
 331 
     | 
    
         
            +
              </tr>
         
     | 
| 
      
 332 
     | 
    
         
            +
            </table>
         
     | 
| 
      
 333 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 334 
     | 
    
         
            +
                
         
     | 
| 
      
 335 
     | 
    
         
            +
                  
         
     | 
| 
      
 336 
     | 
    
         
            +
                  <span id="value=-instance_method"></span>
         
     | 
| 
      
 337 
     | 
    
         
            +
                  <div class="method_details ">
         
     | 
| 
      
 338 
     | 
    
         
            +
              <h3 class="signature " id="value-instance_method">
         
     | 
| 
      
 339 
     | 
    
         
            +
              
         
     | 
| 
      
 340 
     | 
    
         
            +
                #<strong>value</strong>  ⇒ <tt>Object</tt> 
         
     | 
| 
      
 341 
     | 
    
         
            +
              
         
     | 
| 
      
 342 
     | 
    
         
            +
             
     | 
| 
      
 343 
     | 
    
         
            +
              
         
     | 
| 
      
 344 
     | 
    
         
            +
             
     | 
| 
      
 345 
     | 
    
         
            +
              
         
     | 
| 
      
 346 
     | 
    
         
            +
            </h3><div class="docstring">
         
     | 
| 
      
 347 
     | 
    
         
            +
              <div class="discussion">
         
     | 
| 
      
 348 
     | 
    
         
            +
                
         
     | 
| 
      
 349 
     | 
    
         
            +
            <p>Returns the value of attribute value</p>
         
     | 
| 
      
 350 
     | 
    
         
            +
             
     | 
| 
      
 351 
     | 
    
         
            +
             
     | 
| 
      
 352 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 353 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 354 
     | 
    
         
            +
            <div class="tags">
         
     | 
| 
      
 355 
     | 
    
         
            +
              
         
     | 
| 
      
 356 
     | 
    
         
            +
            <p class="tag_title">Returns:</p>
         
     | 
| 
      
 357 
     | 
    
         
            +
            <ul class="return">
         
     | 
| 
      
 358 
     | 
    
         
            +
              
         
     | 
| 
      
 359 
     | 
    
         
            +
                <li>
         
     | 
| 
      
 360 
     | 
    
         
            +
                  
         
     | 
| 
      
 361 
     | 
    
         
            +
                  
         
     | 
| 
      
 362 
     | 
    
         
            +
                    <span class='type'>(<tt>Object</tt>)</span>
         
     | 
| 
      
 363 
     | 
    
         
            +
                  
         
     | 
| 
      
 364 
     | 
    
         
            +
                  
         
     | 
| 
      
 365 
     | 
    
         
            +
                  
         
     | 
| 
      
 366 
     | 
    
         
            +
                    —
         
     | 
| 
      
 367 
     | 
    
         
            +
                    <div class='inline'>
         
     | 
| 
      
 368 
     | 
    
         
            +
            <p>the current value of value</p>
         
     | 
| 
      
 369 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 370 
     | 
    
         
            +
                  
         
     | 
| 
      
 371 
     | 
    
         
            +
                </li>
         
     | 
| 
      
 372 
     | 
    
         
            +
              
         
     | 
| 
      
 373 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 374 
     | 
    
         
            +
             
     | 
| 
      
 375 
     | 
    
         
            +
            </div><table class="source_code">
         
     | 
| 
      
 376 
     | 
    
         
            +
              <tr>
         
     | 
| 
      
 377 
     | 
    
         
            +
                <td>
         
     | 
| 
      
 378 
     | 
    
         
            +
                  <pre class="lines">
         
     | 
| 
      
 379 
     | 
    
         
            +
             
     | 
| 
      
 380 
     | 
    
         
            +
             
     | 
| 
      
 381 
     | 
    
         
            +
            2
         
     | 
| 
      
 382 
     | 
    
         
            +
            3
         
     | 
| 
      
 383 
     | 
    
         
            +
            4</pre>
         
     | 
| 
      
 384 
     | 
    
         
            +
                </td>
         
     | 
| 
      
 385 
     | 
    
         
            +
                <td>
         
     | 
| 
      
 386 
     | 
    
         
            +
                  <pre class="code"><span class="info file"># File 'lib/tdd/Lista.rb', line 2</span>
         
     | 
| 
      
 387 
     | 
    
         
            +
             
     | 
| 
      
 388 
     | 
    
         
            +
            <span class='kw'>def</span> <span class='id identifier rubyid_value'>value</span>
         
     | 
| 
      
 389 
     | 
    
         
            +
              <span class='ivar'>@value</span>
         
     | 
| 
      
 390 
     | 
    
         
            +
            <span class='kw'>end</span></pre>
         
     | 
| 
      
 391 
     | 
    
         
            +
                </td>
         
     | 
| 
      
 392 
     | 
    
         
            +
              </tr>
         
     | 
| 
      
 393 
     | 
    
         
            +
            </table>
         
     | 
| 
      
 394 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 395 
     | 
    
         
            +
                
         
     | 
| 
      
 396 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 397 
     | 
    
         
            +
             
     | 
| 
      
 398 
     | 
    
         
            +
             
     | 
| 
      
 399 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 400 
     | 
    
         
            +
             
     | 
| 
      
 401 
     | 
    
         
            +
                  <div id="footer">
         
     | 
| 
      
 402 
     | 
    
         
            +
              Generated on Wed Nov 15 03:29:44 2017 by
         
     | 
| 
      
 403 
     | 
    
         
            +
              <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
         
     | 
| 
      
 404 
     | 
    
         
            +
              0.9.9 (ruby-2.3.4).
         
     | 
| 
      
 405 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 406 
     | 
    
         
            +
             
     | 
| 
      
 407 
     | 
    
         
            +
                </div>
         
     | 
| 
      
 408 
     | 
    
         
            +
              </body>
         
     | 
| 
      
 409 
     | 
    
         
            +
            </html>
         
     | 
    
        data/docs/Tdd.html
    ADDED
    
    | 
         @@ -0,0 +1,117 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            <!DOCTYPE html>
         
     | 
| 
      
 2 
     | 
    
         
            +
            <html>
         
     | 
| 
      
 3 
     | 
    
         
            +
              <head>
         
     | 
| 
      
 4 
     | 
    
         
            +
                <meta charset="utf-8">
         
     | 
| 
      
 5 
     | 
    
         
            +
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
         
     | 
| 
      
 6 
     | 
    
         
            +
            <title>
         
     | 
| 
      
 7 
     | 
    
         
            +
              Module: Tdd
         
     | 
| 
      
 8 
     | 
    
         
            +
              
         
     | 
| 
      
 9 
     | 
    
         
            +
                — Documentation by YARD 0.9.9
         
     | 
| 
      
 10 
     | 
    
         
            +
              
         
     | 
| 
      
 11 
     | 
    
         
            +
            </title>
         
     | 
| 
      
 12 
     | 
    
         
            +
             
     | 
| 
      
 13 
     | 
    
         
            +
              <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
              <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
         
     | 
| 
      
 16 
     | 
    
         
            +
             
     | 
| 
      
 17 
     | 
    
         
            +
            <script type="text/javascript" charset="utf-8">
         
     | 
| 
      
 18 
     | 
    
         
            +
              pathId = "Tdd";
         
     | 
| 
      
 19 
     | 
    
         
            +
              relpath = '';
         
     | 
| 
      
 20 
     | 
    
         
            +
            </script>
         
     | 
| 
      
 21 
     | 
    
         
            +
             
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
              <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
              <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
      
 28 
     | 
    
         
            +
              </head>
         
     | 
| 
      
 29 
     | 
    
         
            +
              <body>
         
     | 
| 
      
 30 
     | 
    
         
            +
                <div class="nav_wrap">
         
     | 
| 
      
 31 
     | 
    
         
            +
                  <iframe id="nav" src="class_list.html?1"></iframe>
         
     | 
| 
      
 32 
     | 
    
         
            +
                  <div id="resizer"></div>
         
     | 
| 
      
 33 
     | 
    
         
            +
                </div>
         
     | 
| 
      
 34 
     | 
    
         
            +
             
     | 
| 
      
 35 
     | 
    
         
            +
                <div id="main" tabindex="-1">
         
     | 
| 
      
 36 
     | 
    
         
            +
                  <div id="header">
         
     | 
| 
      
 37 
     | 
    
         
            +
                    <div id="menu">
         
     | 
| 
      
 38 
     | 
    
         
            +
              
         
     | 
| 
      
 39 
     | 
    
         
            +
                <a href="_index.html">Index (T)</a> »
         
     | 
| 
      
 40 
     | 
    
         
            +
                
         
     | 
| 
      
 41 
     | 
    
         
            +
                
         
     | 
| 
      
 42 
     | 
    
         
            +
                <span class="title">Tdd</span>
         
     | 
| 
      
 43 
     | 
    
         
            +
              
         
     | 
| 
      
 44 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 45 
     | 
    
         
            +
             
     | 
| 
      
 46 
     | 
    
         
            +
                    <div id="search">
         
     | 
| 
      
 47 
     | 
    
         
            +
              
         
     | 
| 
      
 48 
     | 
    
         
            +
                <a class="full_list_link" id="class_list_link"
         
     | 
| 
      
 49 
     | 
    
         
            +
                    href="class_list.html">
         
     | 
| 
      
 50 
     | 
    
         
            +
             
     | 
| 
      
 51 
     | 
    
         
            +
                    <svg width="24" height="24">
         
     | 
| 
      
 52 
     | 
    
         
            +
                      <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
         
     | 
| 
      
 53 
     | 
    
         
            +
                      <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
         
     | 
| 
      
 54 
     | 
    
         
            +
                      <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
         
     | 
| 
      
 55 
     | 
    
         
            +
                    </svg>
         
     | 
| 
      
 56 
     | 
    
         
            +
                </a>
         
     | 
| 
      
 57 
     | 
    
         
            +
              
         
     | 
| 
      
 58 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 59 
     | 
    
         
            +
                    <div class="clear"></div>
         
     | 
| 
      
 60 
     | 
    
         
            +
                  </div>
         
     | 
| 
      
 61 
     | 
    
         
            +
             
     | 
| 
      
 62 
     | 
    
         
            +
                  <div id="content"><h1>Module: Tdd
         
     | 
| 
      
 63 
     | 
    
         
            +
              
         
     | 
| 
      
 64 
     | 
    
         
            +
              
         
     | 
| 
      
 65 
     | 
    
         
            +
              
         
     | 
| 
      
 66 
     | 
    
         
            +
            </h1>
         
     | 
| 
      
 67 
     | 
    
         
            +
            <div class="box_info">
         
     | 
| 
      
 68 
     | 
    
         
            +
              
         
     | 
| 
      
 69 
     | 
    
         
            +
             
     | 
| 
      
 70 
     | 
    
         
            +
              
         
     | 
| 
      
 71 
     | 
    
         
            +
              
         
     | 
| 
      
 72 
     | 
    
         
            +
              
         
     | 
| 
      
 73 
     | 
    
         
            +
              
         
     | 
| 
      
 74 
     | 
    
         
            +
              
         
     | 
| 
      
 75 
     | 
    
         
            +
             
     | 
| 
      
 76 
     | 
    
         
            +
              
         
     | 
| 
      
 77 
     | 
    
         
            +
             
     | 
| 
      
 78 
     | 
    
         
            +
              
         
     | 
| 
      
 79 
     | 
    
         
            +
              <dl>
         
     | 
| 
      
 80 
     | 
    
         
            +
                <dt>Defined in:</dt>
         
     | 
| 
      
 81 
     | 
    
         
            +
                <dd>lib/tdd.rb<span class="defines">,<br />
         
     | 
| 
      
 82 
     | 
    
         
            +
              lib/tdd/version.rb</span>
         
     | 
| 
      
 83 
     | 
    
         
            +
            </dd>
         
     | 
| 
      
 84 
     | 
    
         
            +
              </dl>
         
     | 
| 
      
 85 
     | 
    
         
            +
              
         
     | 
| 
      
 86 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 87 
     | 
    
         
            +
             
     | 
| 
      
 88 
     | 
    
         
            +
             
     | 
| 
      
 89 
     | 
    
         
            +
              <h2>Constant Summary</h2>
         
     | 
| 
      
 90 
     | 
    
         
            +
              <dl class="constants">
         
     | 
| 
      
 91 
     | 
    
         
            +
                
         
     | 
| 
      
 92 
     | 
    
         
            +
                  <dt id="VERSION-constant" class="">VERSION =
         
     | 
| 
      
 93 
     | 
    
         
            +
                    
         
     | 
| 
      
 94 
     | 
    
         
            +
                  </dt>
         
     | 
| 
      
 95 
     | 
    
         
            +
                  <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>0.1.0</span><span class='tstring_end'>"</span></span></pre></dd>
         
     | 
| 
      
 96 
     | 
    
         
            +
                
         
     | 
| 
      
 97 
     | 
    
         
            +
              </dl>
         
     | 
| 
      
 98 
     | 
    
         
            +
             
     | 
| 
      
 99 
     | 
    
         
            +
             
     | 
| 
      
 100 
     | 
    
         
            +
             
     | 
| 
      
 101 
     | 
    
         
            +
             
     | 
| 
      
 102 
     | 
    
         
            +
             
     | 
| 
      
 103 
     | 
    
         
            +
             
     | 
| 
      
 104 
     | 
    
         
            +
             
     | 
| 
      
 105 
     | 
    
         
            +
             
     | 
| 
      
 106 
     | 
    
         
            +
             
     | 
| 
      
 107 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 108 
     | 
    
         
            +
             
     | 
| 
      
 109 
     | 
    
         
            +
                  <div id="footer">
         
     | 
| 
      
 110 
     | 
    
         
            +
              Generated on Wed Nov 15 03:29:44 2017 by
         
     | 
| 
      
 111 
     | 
    
         
            +
              <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
         
     | 
| 
      
 112 
     | 
    
         
            +
              0.9.9 (ruby-2.3.4).
         
     | 
| 
      
 113 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 114 
     | 
    
         
            +
             
     | 
| 
      
 115 
     | 
    
         
            +
                </div>
         
     | 
| 
      
 116 
     | 
    
         
            +
              </body>
         
     | 
| 
      
 117 
     | 
    
         
            +
            </html>
         
     | 
    
        data/docs/_index.html
    ADDED
    
    | 
         @@ -0,0 +1,159 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            <!DOCTYPE html>
         
     | 
| 
      
 2 
     | 
    
         
            +
            <html>
         
     | 
| 
      
 3 
     | 
    
         
            +
              <head>
         
     | 
| 
      
 4 
     | 
    
         
            +
                <meta charset="utf-8">
         
     | 
| 
      
 5 
     | 
    
         
            +
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
         
     | 
| 
      
 6 
     | 
    
         
            +
            <title>
         
     | 
| 
      
 7 
     | 
    
         
            +
              Documentation by YARD 0.9.9
         
     | 
| 
      
 8 
     | 
    
         
            +
              
         
     | 
| 
      
 9 
     | 
    
         
            +
            </title>
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
              <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
         
     | 
| 
      
 12 
     | 
    
         
            +
             
     | 
| 
      
 13 
     | 
    
         
            +
              <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
            <script type="text/javascript" charset="utf-8">
         
     | 
| 
      
 16 
     | 
    
         
            +
              pathId = null;
         
     | 
| 
      
 17 
     | 
    
         
            +
              relpath = '';
         
     | 
| 
      
 18 
     | 
    
         
            +
            </script>
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
             
     | 
| 
      
 21 
     | 
    
         
            +
              <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
         
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
              <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
             
     | 
| 
      
 26 
     | 
    
         
            +
              </head>
         
     | 
| 
      
 27 
     | 
    
         
            +
              <body>
         
     | 
| 
      
 28 
     | 
    
         
            +
                <div class="nav_wrap">
         
     | 
| 
      
 29 
     | 
    
         
            +
                  <iframe id="nav" src="class_list.html?1"></iframe>
         
     | 
| 
      
 30 
     | 
    
         
            +
                  <div id="resizer"></div>
         
     | 
| 
      
 31 
     | 
    
         
            +
                </div>
         
     | 
| 
      
 32 
     | 
    
         
            +
             
     | 
| 
      
 33 
     | 
    
         
            +
                <div id="main" tabindex="-1">
         
     | 
| 
      
 34 
     | 
    
         
            +
                  <div id="header">
         
     | 
| 
      
 35 
     | 
    
         
            +
                    <div id="menu">
         
     | 
| 
      
 36 
     | 
    
         
            +
              
         
     | 
| 
      
 37 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 38 
     | 
    
         
            +
             
     | 
| 
      
 39 
     | 
    
         
            +
                    <div id="search">
         
     | 
| 
      
 40 
     | 
    
         
            +
              
         
     | 
| 
      
 41 
     | 
    
         
            +
                <a class="full_list_link" id="class_list_link"
         
     | 
| 
      
 42 
     | 
    
         
            +
                    href="class_list.html">
         
     | 
| 
      
 43 
     | 
    
         
            +
             
     | 
| 
      
 44 
     | 
    
         
            +
                    <svg width="24" height="24">
         
     | 
| 
      
 45 
     | 
    
         
            +
                      <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
         
     | 
| 
      
 46 
     | 
    
         
            +
                      <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
         
     | 
| 
      
 47 
     | 
    
         
            +
                      <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
         
     | 
| 
      
 48 
     | 
    
         
            +
                    </svg>
         
     | 
| 
      
 49 
     | 
    
         
            +
                </a>
         
     | 
| 
      
 50 
     | 
    
         
            +
              
         
     | 
| 
      
 51 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 52 
     | 
    
         
            +
                    <div class="clear"></div>
         
     | 
| 
      
 53 
     | 
    
         
            +
                  </div>
         
     | 
| 
      
 54 
     | 
    
         
            +
             
     | 
| 
      
 55 
     | 
    
         
            +
                  <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.9</h1>
         
     | 
| 
      
 56 
     | 
    
         
            +
            <div id="listing">
         
     | 
| 
      
 57 
     | 
    
         
            +
              <h1 class="alphaindex">Alphabetic Index</h1>
         
     | 
| 
      
 58 
     | 
    
         
            +
              
         
     | 
| 
      
 59 
     | 
    
         
            +
              <h2>File Listing</h2>
         
     | 
| 
      
 60 
     | 
    
         
            +
              <ul id="files" class="index_inline_list">
         
     | 
| 
      
 61 
     | 
    
         
            +
              
         
     | 
| 
      
 62 
     | 
    
         
            +
              
         
     | 
| 
      
 63 
     | 
    
         
            +
                <li class="r1"><a href="index.html" title="README">README</a></li>
         
     | 
| 
      
 64 
     | 
    
         
            +
                
         
     | 
| 
      
 65 
     | 
    
         
            +
              
         
     | 
| 
      
 66 
     | 
    
         
            +
              </ul>
         
     | 
| 
      
 67 
     | 
    
         
            +
             
     | 
| 
      
 68 
     | 
    
         
            +
            <div class="clear"></div>
         
     | 
| 
      
 69 
     | 
    
         
            +
            <h2>Namespace Listing A-Z</h2>
         
     | 
| 
      
 70 
     | 
    
         
            +
             
     | 
| 
      
 71 
     | 
    
         
            +
             
     | 
| 
      
 72 
     | 
    
         
            +
             
     | 
| 
      
 73 
     | 
    
         
            +
             
     | 
| 
      
 74 
     | 
    
         
            +
            <table>
         
     | 
| 
      
 75 
     | 
    
         
            +
              <tr>
         
     | 
| 
      
 76 
     | 
    
         
            +
                <td valign='top' width="33%">
         
     | 
| 
      
 77 
     | 
    
         
            +
                  
         
     | 
| 
      
 78 
     | 
    
         
            +
                    
         
     | 
| 
      
 79 
     | 
    
         
            +
                    <ul id="alpha_A" class="alpha">
         
     | 
| 
      
 80 
     | 
    
         
            +
                      <li class="letter">A</li>
         
     | 
| 
      
 81 
     | 
    
         
            +
                      <ul>
         
     | 
| 
      
 82 
     | 
    
         
            +
                        
         
     | 
| 
      
 83 
     | 
    
         
            +
                          <li>
         
     | 
| 
      
 84 
     | 
    
         
            +
                            <span class='object_link'><a href="Alimento.html" title="Alimento (class)">Alimento</a></span>
         
     | 
| 
      
 85 
     | 
    
         
            +
                            
         
     | 
| 
      
 86 
     | 
    
         
            +
                          </li>
         
     | 
| 
      
 87 
     | 
    
         
            +
                        
         
     | 
| 
      
 88 
     | 
    
         
            +
                      </ul>
         
     | 
| 
      
 89 
     | 
    
         
            +
                    </ul>
         
     | 
| 
      
 90 
     | 
    
         
            +
                  
         
     | 
| 
      
 91 
     | 
    
         
            +
                    
         
     | 
| 
      
 92 
     | 
    
         
            +
                    <ul id="alpha_G" class="alpha">
         
     | 
| 
      
 93 
     | 
    
         
            +
                      <li class="letter">G</li>
         
     | 
| 
      
 94 
     | 
    
         
            +
                      <ul>
         
     | 
| 
      
 95 
     | 
    
         
            +
                        
         
     | 
| 
      
 96 
     | 
    
         
            +
                          <li>
         
     | 
| 
      
 97 
     | 
    
         
            +
                            <span class='object_link'><a href="Grupo_de_Alimento.html" title="Grupo_de_Alimento (class)">Grupo_de_Alimento</a></span>
         
     | 
| 
      
 98 
     | 
    
         
            +
                            
         
     | 
| 
      
 99 
     | 
    
         
            +
                          </li>
         
     | 
| 
      
 100 
     | 
    
         
            +
                        
         
     | 
| 
      
 101 
     | 
    
         
            +
                      </ul>
         
     | 
| 
      
 102 
     | 
    
         
            +
                    </ul>
         
     | 
| 
      
 103 
     | 
    
         
            +
                  
         
     | 
| 
      
 104 
     | 
    
         
            +
                    
         
     | 
| 
      
 105 
     | 
    
         
            +
                    <ul id="alpha_L" class="alpha">
         
     | 
| 
      
 106 
     | 
    
         
            +
                      <li class="letter">L</li>
         
     | 
| 
      
 107 
     | 
    
         
            +
                      <ul>
         
     | 
| 
      
 108 
     | 
    
         
            +
                        
         
     | 
| 
      
 109 
     | 
    
         
            +
                          <li>
         
     | 
| 
      
 110 
     | 
    
         
            +
                            <span class='object_link'><a href="Lista.html" title="Lista (class)">Lista</a></span>
         
     | 
| 
      
 111 
     | 
    
         
            +
                            
         
     | 
| 
      
 112 
     | 
    
         
            +
                          </li>
         
     | 
| 
      
 113 
     | 
    
         
            +
                        
         
     | 
| 
      
 114 
     | 
    
         
            +
                      </ul>
         
     | 
| 
      
 115 
     | 
    
         
            +
                    </ul>
         
     | 
| 
      
 116 
     | 
    
         
            +
                  
         
     | 
| 
      
 117 
     | 
    
         
            +
                    
         
     | 
| 
      
 118 
     | 
    
         
            +
                    <ul id="alpha_N" class="alpha">
         
     | 
| 
      
 119 
     | 
    
         
            +
                      <li class="letter">N</li>
         
     | 
| 
      
 120 
     | 
    
         
            +
                      <ul>
         
     | 
| 
      
 121 
     | 
    
         
            +
                        
         
     | 
| 
      
 122 
     | 
    
         
            +
                          <li>
         
     | 
| 
      
 123 
     | 
    
         
            +
                            <span class='object_link'><a href="Nodo.html" title="Nodo (class)">Nodo</a></span>
         
     | 
| 
      
 124 
     | 
    
         
            +
                            
         
     | 
| 
      
 125 
     | 
    
         
            +
                          </li>
         
     | 
| 
      
 126 
     | 
    
         
            +
                        
         
     | 
| 
      
 127 
     | 
    
         
            +
                      </ul>
         
     | 
| 
      
 128 
     | 
    
         
            +
                    </ul>
         
     | 
| 
      
 129 
     | 
    
         
            +
                  
         
     | 
| 
      
 130 
     | 
    
         
            +
                    
         
     | 
| 
      
 131 
     | 
    
         
            +
                    <ul id="alpha_T" class="alpha">
         
     | 
| 
      
 132 
     | 
    
         
            +
                      <li class="letter">T</li>
         
     | 
| 
      
 133 
     | 
    
         
            +
                      <ul>
         
     | 
| 
      
 134 
     | 
    
         
            +
                        
         
     | 
| 
      
 135 
     | 
    
         
            +
                          <li>
         
     | 
| 
      
 136 
     | 
    
         
            +
                            <span class='object_link'><a href="Tdd.html" title="Tdd (module)">Tdd</a></span>
         
     | 
| 
      
 137 
     | 
    
         
            +
                            
         
     | 
| 
      
 138 
     | 
    
         
            +
                          </li>
         
     | 
| 
      
 139 
     | 
    
         
            +
                        
         
     | 
| 
      
 140 
     | 
    
         
            +
                      </ul>
         
     | 
| 
      
 141 
     | 
    
         
            +
                    </ul>
         
     | 
| 
      
 142 
     | 
    
         
            +
                  
         
     | 
| 
      
 143 
     | 
    
         
            +
                </td>
         
     | 
| 
      
 144 
     | 
    
         
            +
              </tr>
         
     | 
| 
      
 145 
     | 
    
         
            +
            </table>
         
     | 
| 
      
 146 
     | 
    
         
            +
             
     | 
| 
      
 147 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 148 
     | 
    
         
            +
             
     | 
| 
      
 149 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 150 
     | 
    
         
            +
             
     | 
| 
      
 151 
     | 
    
         
            +
                  <div id="footer">
         
     | 
| 
      
 152 
     | 
    
         
            +
              Generated on Wed Nov 15 03:29:44 2017 by
         
     | 
| 
      
 153 
     | 
    
         
            +
              <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
         
     | 
| 
      
 154 
     | 
    
         
            +
              0.9.9 (ruby-2.3.4).
         
     | 
| 
      
 155 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 156 
     | 
    
         
            +
             
     | 
| 
      
 157 
     | 
    
         
            +
                </div>
         
     | 
| 
      
 158 
     | 
    
         
            +
              </body>
         
     | 
| 
      
 159 
     | 
    
         
            +
            </html>
         
     |