P06 0.1.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 +12 -0
- data/.rspec +2 -0
- data/.travis.yml +5 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +6 -0
- data/Guardfile +82 -0
- data/LICENSE.txt +21 -0
- data/P06.gemspec +42 -0
- data/README.md +5 -0
- data/Rakefile +6 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/docs/Alimento.html +871 -0
- data/docs/Alimento_concreto.html +459 -0
- data/docs/Array.html +316 -0
- data/docs/List.html +1135 -0
- data/docs/Nodo.html +410 -0
- data/docs/P06.html +117 -0
- data/docs/_index.html +156 -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 +79 -0
- data/docs/file_list.html +56 -0
- data/docs/frames.html +17 -0
- data/docs/index.html +79 -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 +299 -0
- data/docs/top-level-namespace.html +112 -0
- data/lib/P06.rb +23 -0
- data/lib/P06/DSL.rb +168 -0
- data/lib/P06/alimento.rb +53 -0
- data/lib/P06/alimento_concreto.rb +64 -0
- data/lib/P06/list.rb +162 -0
- data/lib/P06/version.rb +3 -0
- metadata +183 -0
    
        data/docs/Nodo.html
    ADDED
    
    | @@ -0,0 +1,410 @@ | |
| 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/P06/list.rb</dd>
         | 
| 100 | 
            +
              </dl>
         | 
| 101 | 
            +
              
         | 
| 102 | 
            +
            </div>
         | 
| 103 | 
            +
             | 
| 104 | 
            +
            <h2>Overview</h2><div class="docstring">
         | 
| 105 | 
            +
              <div class="discussion">
         | 
| 106 | 
            +
                
         | 
| 107 | 
            +
            <p>Aqui estamos declarando la clase Nodo, pero lo hacemos mediante un Struct,
         | 
| 108 | 
            +
            que nos incluye ya los mixin Comparable y Enumerable.</p>
         | 
| 109 | 
            +
             | 
| 110 | 
            +
             | 
| 111 | 
            +
              </div>
         | 
| 112 | 
            +
            </div>
         | 
| 113 | 
            +
            <div class="tags">
         | 
| 114 | 
            +
              
         | 
| 115 | 
            +
             | 
| 116 | 
            +
            </div>
         | 
| 117 | 
            +
             | 
| 118 | 
            +
             | 
| 119 | 
            +
             | 
| 120 | 
            +
              <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
         | 
| 121 | 
            +
              <ul class="summary">
         | 
| 122 | 
            +
                
         | 
| 123 | 
            +
                  <li class="public ">
         | 
| 124 | 
            +
              <span class="summary_signature">
         | 
| 125 | 
            +
                
         | 
| 126 | 
            +
                  <a href="#next-instance_method" title="#next (instance method)">#<strong>next</strong>  ⇒ Object </a>
         | 
| 127 | 
            +
                
         | 
| 128 | 
            +
             | 
| 129 | 
            +
                
         | 
| 130 | 
            +
              </span>
         | 
| 131 | 
            +
              
         | 
| 132 | 
            +
              
         | 
| 133 | 
            +
              
         | 
| 134 | 
            +
                
         | 
| 135 | 
            +
                
         | 
| 136 | 
            +
              
         | 
| 137 | 
            +
              
         | 
| 138 | 
            +
              
         | 
| 139 | 
            +
              
         | 
| 140 | 
            +
              
         | 
| 141 | 
            +
             | 
| 142 | 
            +
              
         | 
| 143 | 
            +
                <span class="summary_desc"><div class='inline'>
         | 
| 144 | 
            +
            <p>Returns the value of attribute next.</p>
         | 
| 145 | 
            +
            </div></span>
         | 
| 146 | 
            +
              
         | 
| 147 | 
            +
            </li>
         | 
| 148 | 
            +
             | 
| 149 | 
            +
                
         | 
| 150 | 
            +
                  <li class="public ">
         | 
| 151 | 
            +
              <span class="summary_signature">
         | 
| 152 | 
            +
                
         | 
| 153 | 
            +
                  <a href="#prev-instance_method" title="#prev (instance method)">#<strong>prev</strong>  ⇒ Object </a>
         | 
| 154 | 
            +
                
         | 
| 155 | 
            +
             | 
| 156 | 
            +
                
         | 
| 157 | 
            +
              </span>
         | 
| 158 | 
            +
              
         | 
| 159 | 
            +
              
         | 
| 160 | 
            +
              
         | 
| 161 | 
            +
                
         | 
| 162 | 
            +
                
         | 
| 163 | 
            +
              
         | 
| 164 | 
            +
              
         | 
| 165 | 
            +
              
         | 
| 166 | 
            +
              
         | 
| 167 | 
            +
              
         | 
| 168 | 
            +
             | 
| 169 | 
            +
              
         | 
| 170 | 
            +
                <span class="summary_desc"><div class='inline'>
         | 
| 171 | 
            +
            <p>Returns the value of attribute prev.</p>
         | 
| 172 | 
            +
            </div></span>
         | 
| 173 | 
            +
              
         | 
| 174 | 
            +
            </li>
         | 
| 175 | 
            +
             | 
| 176 | 
            +
                
         | 
| 177 | 
            +
                  <li class="public ">
         | 
| 178 | 
            +
              <span class="summary_signature">
         | 
| 179 | 
            +
                
         | 
| 180 | 
            +
                  <a href="#value-instance_method" title="#value (instance method)">#<strong>value</strong>  ⇒ Object </a>
         | 
| 181 | 
            +
                
         | 
| 182 | 
            +
             | 
| 183 | 
            +
                
         | 
| 184 | 
            +
              </span>
         | 
| 185 | 
            +
              
         | 
| 186 | 
            +
              
         | 
| 187 | 
            +
              
         | 
| 188 | 
            +
                
         | 
| 189 | 
            +
                
         | 
| 190 | 
            +
              
         | 
| 191 | 
            +
              
         | 
| 192 | 
            +
              
         | 
| 193 | 
            +
              
         | 
| 194 | 
            +
              
         | 
| 195 | 
            +
             | 
| 196 | 
            +
              
         | 
| 197 | 
            +
                <span class="summary_desc"><div class='inline'>
         | 
| 198 | 
            +
            <p>Returns the value of attribute value.</p>
         | 
| 199 | 
            +
            </div></span>
         | 
| 200 | 
            +
              
         | 
| 201 | 
            +
            </li>
         | 
| 202 | 
            +
             | 
| 203 | 
            +
                
         | 
| 204 | 
            +
              </ul>
         | 
| 205 | 
            +
             | 
| 206 | 
            +
             | 
| 207 | 
            +
             | 
| 208 | 
            +
             | 
| 209 | 
            +
             | 
| 210 | 
            +
              
         | 
| 211 | 
            +
              <div id="instance_attr_details" class="attr_details">
         | 
| 212 | 
            +
                <h2>Instance Attribute Details</h2>
         | 
| 213 | 
            +
                
         | 
| 214 | 
            +
                  
         | 
| 215 | 
            +
                  <span id="next=-instance_method"></span>
         | 
| 216 | 
            +
                  <div class="method_details first">
         | 
| 217 | 
            +
              <h3 class="signature first" id="next-instance_method">
         | 
| 218 | 
            +
              
         | 
| 219 | 
            +
                #<strong>next</strong>  ⇒ <tt>Object</tt> 
         | 
| 220 | 
            +
              
         | 
| 221 | 
            +
             | 
| 222 | 
            +
              
         | 
| 223 | 
            +
             | 
| 224 | 
            +
              
         | 
| 225 | 
            +
            </h3><div class="docstring">
         | 
| 226 | 
            +
              <div class="discussion">
         | 
| 227 | 
            +
                
         | 
| 228 | 
            +
            <p>Returns the value of attribute next</p>
         | 
| 229 | 
            +
             | 
| 230 | 
            +
             | 
| 231 | 
            +
              </div>
         | 
| 232 | 
            +
            </div>
         | 
| 233 | 
            +
            <div class="tags">
         | 
| 234 | 
            +
              
         | 
| 235 | 
            +
            <p class="tag_title">Returns:</p>
         | 
| 236 | 
            +
            <ul class="return">
         | 
| 237 | 
            +
              
         | 
| 238 | 
            +
                <li>
         | 
| 239 | 
            +
                  
         | 
| 240 | 
            +
                  
         | 
| 241 | 
            +
                    <span class='type'>(<tt>Object</tt>)</span>
         | 
| 242 | 
            +
                  
         | 
| 243 | 
            +
                  
         | 
| 244 | 
            +
                  
         | 
| 245 | 
            +
                    —
         | 
| 246 | 
            +
                    <div class='inline'>
         | 
| 247 | 
            +
            <p>the current value of next</p>
         | 
| 248 | 
            +
            </div>
         | 
| 249 | 
            +
                  
         | 
| 250 | 
            +
                </li>
         | 
| 251 | 
            +
              
         | 
| 252 | 
            +
            </ul>
         | 
| 253 | 
            +
             | 
| 254 | 
            +
            </div><table class="source_code">
         | 
| 255 | 
            +
              <tr>
         | 
| 256 | 
            +
                <td>
         | 
| 257 | 
            +
                  <pre class="lines">
         | 
| 258 | 
            +
             | 
| 259 | 
            +
             | 
| 260 | 
            +
            5
         | 
| 261 | 
            +
            6
         | 
| 262 | 
            +
            7</pre>
         | 
| 263 | 
            +
                </td>
         | 
| 264 | 
            +
                <td>
         | 
| 265 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/P06/list.rb', line 5</span>
         | 
| 266 | 
            +
             | 
| 267 | 
            +
            <span class='kw'>def</span> <span class='kw'>next</span>
         | 
| 268 | 
            +
              <span class='ivar'>@next</span>
         | 
| 269 | 
            +
            <span class='kw'>end</span></pre>
         | 
| 270 | 
            +
                </td>
         | 
| 271 | 
            +
              </tr>
         | 
| 272 | 
            +
            </table>
         | 
| 273 | 
            +
            </div>
         | 
| 274 | 
            +
                
         | 
| 275 | 
            +
                  
         | 
| 276 | 
            +
                  <span id="prev=-instance_method"></span>
         | 
| 277 | 
            +
                  <div class="method_details ">
         | 
| 278 | 
            +
              <h3 class="signature " id="prev-instance_method">
         | 
| 279 | 
            +
              
         | 
| 280 | 
            +
                #<strong>prev</strong>  ⇒ <tt>Object</tt> 
         | 
| 281 | 
            +
              
         | 
| 282 | 
            +
             | 
| 283 | 
            +
              
         | 
| 284 | 
            +
             | 
| 285 | 
            +
              
         | 
| 286 | 
            +
            </h3><div class="docstring">
         | 
| 287 | 
            +
              <div class="discussion">
         | 
| 288 | 
            +
                
         | 
| 289 | 
            +
            <p>Returns the value of attribute prev</p>
         | 
| 290 | 
            +
             | 
| 291 | 
            +
             | 
| 292 | 
            +
              </div>
         | 
| 293 | 
            +
            </div>
         | 
| 294 | 
            +
            <div class="tags">
         | 
| 295 | 
            +
              
         | 
| 296 | 
            +
            <p class="tag_title">Returns:</p>
         | 
| 297 | 
            +
            <ul class="return">
         | 
| 298 | 
            +
              
         | 
| 299 | 
            +
                <li>
         | 
| 300 | 
            +
                  
         | 
| 301 | 
            +
                  
         | 
| 302 | 
            +
                    <span class='type'>(<tt>Object</tt>)</span>
         | 
| 303 | 
            +
                  
         | 
| 304 | 
            +
                  
         | 
| 305 | 
            +
                  
         | 
| 306 | 
            +
                    —
         | 
| 307 | 
            +
                    <div class='inline'>
         | 
| 308 | 
            +
            <p>the current value of prev</p>
         | 
| 309 | 
            +
            </div>
         | 
| 310 | 
            +
                  
         | 
| 311 | 
            +
                </li>
         | 
| 312 | 
            +
              
         | 
| 313 | 
            +
            </ul>
         | 
| 314 | 
            +
             | 
| 315 | 
            +
            </div><table class="source_code">
         | 
| 316 | 
            +
              <tr>
         | 
| 317 | 
            +
                <td>
         | 
| 318 | 
            +
                  <pre class="lines">
         | 
| 319 | 
            +
             | 
| 320 | 
            +
             | 
| 321 | 
            +
            5
         | 
| 322 | 
            +
            6
         | 
| 323 | 
            +
            7</pre>
         | 
| 324 | 
            +
                </td>
         | 
| 325 | 
            +
                <td>
         | 
| 326 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/P06/list.rb', line 5</span>
         | 
| 327 | 
            +
             | 
| 328 | 
            +
            <span class='kw'>def</span> <span class='id identifier rubyid_prev'>prev</span>
         | 
| 329 | 
            +
              <span class='ivar'>@prev</span>
         | 
| 330 | 
            +
            <span class='kw'>end</span></pre>
         | 
| 331 | 
            +
                </td>
         | 
| 332 | 
            +
              </tr>
         | 
| 333 | 
            +
            </table>
         | 
| 334 | 
            +
            </div>
         | 
| 335 | 
            +
                
         | 
| 336 | 
            +
                  
         | 
| 337 | 
            +
                  <span id="value=-instance_method"></span>
         | 
| 338 | 
            +
                  <div class="method_details ">
         | 
| 339 | 
            +
              <h3 class="signature " id="value-instance_method">
         | 
| 340 | 
            +
              
         | 
| 341 | 
            +
                #<strong>value</strong>  ⇒ <tt>Object</tt> 
         | 
| 342 | 
            +
              
         | 
| 343 | 
            +
             | 
| 344 | 
            +
              
         | 
| 345 | 
            +
             | 
| 346 | 
            +
              
         | 
| 347 | 
            +
            </h3><div class="docstring">
         | 
| 348 | 
            +
              <div class="discussion">
         | 
| 349 | 
            +
                
         | 
| 350 | 
            +
            <p>Returns the value of attribute value</p>
         | 
| 351 | 
            +
             | 
| 352 | 
            +
             | 
| 353 | 
            +
              </div>
         | 
| 354 | 
            +
            </div>
         | 
| 355 | 
            +
            <div class="tags">
         | 
| 356 | 
            +
              
         | 
| 357 | 
            +
            <p class="tag_title">Returns:</p>
         | 
| 358 | 
            +
            <ul class="return">
         | 
| 359 | 
            +
              
         | 
| 360 | 
            +
                <li>
         | 
| 361 | 
            +
                  
         | 
| 362 | 
            +
                  
         | 
| 363 | 
            +
                    <span class='type'>(<tt>Object</tt>)</span>
         | 
| 364 | 
            +
                  
         | 
| 365 | 
            +
                  
         | 
| 366 | 
            +
                  
         | 
| 367 | 
            +
                    —
         | 
| 368 | 
            +
                    <div class='inline'>
         | 
| 369 | 
            +
            <p>the current value of value</p>
         | 
| 370 | 
            +
            </div>
         | 
| 371 | 
            +
                  
         | 
| 372 | 
            +
                </li>
         | 
| 373 | 
            +
              
         | 
| 374 | 
            +
            </ul>
         | 
| 375 | 
            +
             | 
| 376 | 
            +
            </div><table class="source_code">
         | 
| 377 | 
            +
              <tr>
         | 
| 378 | 
            +
                <td>
         | 
| 379 | 
            +
                  <pre class="lines">
         | 
| 380 | 
            +
             | 
| 381 | 
            +
             | 
| 382 | 
            +
            5
         | 
| 383 | 
            +
            6
         | 
| 384 | 
            +
            7</pre>
         | 
| 385 | 
            +
                </td>
         | 
| 386 | 
            +
                <td>
         | 
| 387 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/P06/list.rb', line 5</span>
         | 
| 388 | 
            +
             | 
| 389 | 
            +
            <span class='kw'>def</span> <span class='id identifier rubyid_value'>value</span>
         | 
| 390 | 
            +
              <span class='ivar'>@value</span>
         | 
| 391 | 
            +
            <span class='kw'>end</span></pre>
         | 
| 392 | 
            +
                </td>
         | 
| 393 | 
            +
              </tr>
         | 
| 394 | 
            +
            </table>
         | 
| 395 | 
            +
            </div>
         | 
| 396 | 
            +
                
         | 
| 397 | 
            +
              </div>
         | 
| 398 | 
            +
             | 
| 399 | 
            +
             | 
| 400 | 
            +
            </div>
         | 
| 401 | 
            +
             | 
| 402 | 
            +
                  <div id="footer">
         | 
| 403 | 
            +
              Generated on Tue Nov 28 18:13:07 2017 by
         | 
| 404 | 
            +
              <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
         | 
| 405 | 
            +
              0.9.9 (ruby-2.3.0).
         | 
| 406 | 
            +
            </div>
         | 
| 407 | 
            +
             | 
| 408 | 
            +
                </div>
         | 
| 409 | 
            +
              </body>
         | 
| 410 | 
            +
            </html>
         | 
    
        data/docs/P06.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: P06
         | 
| 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 = "P06";
         | 
| 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 (P)</a> »
         | 
| 40 | 
            +
                
         | 
| 41 | 
            +
                
         | 
| 42 | 
            +
                <span class="title">P06</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: P06
         | 
| 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/P06.rb<span class="defines">,<br />
         | 
| 82 | 
            +
              lib/P06/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 Tue Nov 28 18:13:07 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.0).
         | 
| 113 | 
            +
            </div>
         | 
| 114 | 
            +
             | 
| 115 | 
            +
                </div>
         | 
| 116 | 
            +
              </body>
         | 
| 117 | 
            +
            </html>
         |