quna 0.0.2
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/CHANGELOG.rdoc +5 -0
- data/LICENSE +20 -0
- data/README.rdoc +21 -0
- data/doc/Quna.html +206 -0
- data/doc/Quna/Query.html +808 -0
- data/doc/Quna/QunaInterrupt.html +124 -0
- data/doc/Quna/QunaNoAnswer.html +124 -0
- data/doc/Rubu.html +201 -0
- data/doc/_index.html +131 -0
- data/doc/class_list.html +51 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +58 -0
- data/doc/css/style.css +496 -0
- data/doc/file.CHANGELOG.html +79 -0
- data/doc/file.README.html +91 -0
- data/doc/file_list.html +61 -0
- data/doc/frames.html +17 -0
- data/doc/index.html +91 -0
- data/doc/js/app.js +314 -0
- data/doc/js/full_list.js +216 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +123 -0
- data/doc/top-level-namespace.html +110 -0
- data/lib/quna.rb +129 -0
- data/lib/version.rb +6 -0
- metadata +71 -0
| @@ -0,0 +1,124 @@ | |
| 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 | 
            +
              Exception: Quna::QunaInterrupt
         | 
| 8 | 
            +
              
         | 
| 9 | 
            +
                — Documentation by YARD 0.9.25
         | 
| 10 | 
            +
              
         | 
| 11 | 
            +
            </title>
         | 
| 12 | 
            +
             | 
| 13 | 
            +
              <link rel="stylesheet" href="../css/style.css" type="text/css" />
         | 
| 14 | 
            +
             | 
| 15 | 
            +
              <link rel="stylesheet" href="../css/common.css" type="text/css" />
         | 
| 16 | 
            +
             | 
| 17 | 
            +
            <script type="text/javascript">
         | 
| 18 | 
            +
              pathId = "Quna::QunaInterrupt";
         | 
| 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 (Q)</a> »
         | 
| 40 | 
            +
                <span class='title'><span class='object_link'><a href="../Quna.html" title="Quna (module)">Quna</a></span></span>
         | 
| 41 | 
            +
                 » 
         | 
| 42 | 
            +
                <span class="title">QunaInterrupt</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>Exception: Quna::QunaInterrupt
         | 
| 63 | 
            +
              
         | 
| 64 | 
            +
              
         | 
| 65 | 
            +
              
         | 
| 66 | 
            +
            </h1>
         | 
| 67 | 
            +
            <div class="box_info">
         | 
| 68 | 
            +
              
         | 
| 69 | 
            +
              <dl>
         | 
| 70 | 
            +
                <dt>Inherits:</dt>
         | 
| 71 | 
            +
                <dd>
         | 
| 72 | 
            +
                  <span class="inheritName">RuntimeError</span>
         | 
| 73 | 
            +
                  
         | 
| 74 | 
            +
                    <ul class="fullTree">
         | 
| 75 | 
            +
                      <li>Object</li>
         | 
| 76 | 
            +
                      
         | 
| 77 | 
            +
                        <li class="next">RuntimeError</li>
         | 
| 78 | 
            +
                      
         | 
| 79 | 
            +
                        <li class="next">Quna::QunaInterrupt</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/quna.rb</dd>
         | 
| 100 | 
            +
              </dl>
         | 
| 101 | 
            +
              
         | 
| 102 | 
            +
            </div>
         | 
| 103 | 
            +
             | 
| 104 | 
            +
             | 
| 105 | 
            +
             | 
| 106 | 
            +
             | 
| 107 | 
            +
             | 
| 108 | 
            +
             | 
| 109 | 
            +
             | 
| 110 | 
            +
             | 
| 111 | 
            +
             | 
| 112 | 
            +
              
         | 
| 113 | 
            +
             | 
| 114 | 
            +
            </div>
         | 
| 115 | 
            +
             | 
| 116 | 
            +
                  <div id="footer">
         | 
| 117 | 
            +
              Generated on Fri Jun  4 23:18:40 2021 by
         | 
| 118 | 
            +
              <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
         | 
| 119 | 
            +
              0.9.25 (ruby-2.7.2).
         | 
| 120 | 
            +
            </div>
         | 
| 121 | 
            +
             | 
| 122 | 
            +
                </div>
         | 
| 123 | 
            +
              </body>
         | 
| 124 | 
            +
            </html>
         | 
| @@ -0,0 +1,124 @@ | |
| 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 | 
            +
              Exception: Quna::QunaNoAnswer
         | 
| 8 | 
            +
              
         | 
| 9 | 
            +
                — Documentation by YARD 0.9.25
         | 
| 10 | 
            +
              
         | 
| 11 | 
            +
            </title>
         | 
| 12 | 
            +
             | 
| 13 | 
            +
              <link rel="stylesheet" href="../css/style.css" type="text/css" />
         | 
| 14 | 
            +
             | 
| 15 | 
            +
              <link rel="stylesheet" href="../css/common.css" type="text/css" />
         | 
| 16 | 
            +
             | 
| 17 | 
            +
            <script type="text/javascript">
         | 
| 18 | 
            +
              pathId = "Quna::QunaNoAnswer";
         | 
| 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 (Q)</a> »
         | 
| 40 | 
            +
                <span class='title'><span class='object_link'><a href="../Quna.html" title="Quna (module)">Quna</a></span></span>
         | 
| 41 | 
            +
                 » 
         | 
| 42 | 
            +
                <span class="title">QunaNoAnswer</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>Exception: Quna::QunaNoAnswer
         | 
| 63 | 
            +
              
         | 
| 64 | 
            +
              
         | 
| 65 | 
            +
              
         | 
| 66 | 
            +
            </h1>
         | 
| 67 | 
            +
            <div class="box_info">
         | 
| 68 | 
            +
              
         | 
| 69 | 
            +
              <dl>
         | 
| 70 | 
            +
                <dt>Inherits:</dt>
         | 
| 71 | 
            +
                <dd>
         | 
| 72 | 
            +
                  <span class="inheritName">RuntimeError</span>
         | 
| 73 | 
            +
                  
         | 
| 74 | 
            +
                    <ul class="fullTree">
         | 
| 75 | 
            +
                      <li>Object</li>
         | 
| 76 | 
            +
                      
         | 
| 77 | 
            +
                        <li class="next">RuntimeError</li>
         | 
| 78 | 
            +
                      
         | 
| 79 | 
            +
                        <li class="next">Quna::QunaNoAnswer</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/quna.rb</dd>
         | 
| 100 | 
            +
              </dl>
         | 
| 101 | 
            +
              
         | 
| 102 | 
            +
            </div>
         | 
| 103 | 
            +
             | 
| 104 | 
            +
             | 
| 105 | 
            +
             | 
| 106 | 
            +
             | 
| 107 | 
            +
             | 
| 108 | 
            +
             | 
| 109 | 
            +
             | 
| 110 | 
            +
             | 
| 111 | 
            +
             | 
| 112 | 
            +
              
         | 
| 113 | 
            +
             | 
| 114 | 
            +
            </div>
         | 
| 115 | 
            +
             | 
| 116 | 
            +
                  <div id="footer">
         | 
| 117 | 
            +
              Generated on Fri Jun  4 23:18:40 2021 by
         | 
| 118 | 
            +
              <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
         | 
| 119 | 
            +
              0.9.25 (ruby-2.7.2).
         | 
| 120 | 
            +
            </div>
         | 
| 121 | 
            +
             | 
| 122 | 
            +
                </div>
         | 
| 123 | 
            +
              </body>
         | 
| 124 | 
            +
            </html>
         | 
    
        data/doc/Rubu.html
    ADDED
    
    | @@ -0,0 +1,201 @@ | |
| 1 | 
            +
            <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
         | 
| 2 | 
            +
              "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
         | 
| 3 | 
            +
            <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
         | 
| 4 | 
            +
              <head>
         | 
| 5 | 
            +
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         | 
| 6 | 
            +
            <title>
         | 
| 7 | 
            +
              Class: Rubu
         | 
| 8 | 
            +
              
         | 
| 9 | 
            +
                — Documentation by YARD 0.8.7.6
         | 
| 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 | 
            +
              hasFrames = window.top.frames.main ? true : false;
         | 
| 19 | 
            +
              relpath = '';
         | 
| 20 | 
            +
              framesUrl = "frames.html#!Rubu.html";
         | 
| 21 | 
            +
            </script>
         | 
| 22 | 
            +
             | 
| 23 | 
            +
             | 
| 24 | 
            +
              <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
         | 
| 25 | 
            +
             | 
| 26 | 
            +
              <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
         | 
| 27 | 
            +
             | 
| 28 | 
            +
             | 
| 29 | 
            +
              </head>
         | 
| 30 | 
            +
              <body>
         | 
| 31 | 
            +
                <div id="header">
         | 
| 32 | 
            +
                  <div id="menu">
         | 
| 33 | 
            +
              
         | 
| 34 | 
            +
                <a href="_index.html">Index (R)</a> »
         | 
| 35 | 
            +
                
         | 
| 36 | 
            +
                
         | 
| 37 | 
            +
                <span class="title">Rubu</span>
         | 
| 38 | 
            +
              
         | 
| 39 | 
            +
             | 
| 40 | 
            +
              <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
         | 
| 41 | 
            +
            </div>
         | 
| 42 | 
            +
             | 
| 43 | 
            +
                  <div id="search">
         | 
| 44 | 
            +
              
         | 
| 45 | 
            +
                <a class="full_list_link" id="class_list_link"
         | 
| 46 | 
            +
                    href="class_list.html">
         | 
| 47 | 
            +
                  Class List
         | 
| 48 | 
            +
                </a>
         | 
| 49 | 
            +
              
         | 
| 50 | 
            +
                <a class="full_list_link" id="method_list_link"
         | 
| 51 | 
            +
                    href="method_list.html">
         | 
| 52 | 
            +
                  Method List
         | 
| 53 | 
            +
                </a>
         | 
| 54 | 
            +
              
         | 
| 55 | 
            +
                <a class="full_list_link" id="file_list_link"
         | 
| 56 | 
            +
                    href="file_list.html">
         | 
| 57 | 
            +
                  File List
         | 
| 58 | 
            +
                </a>
         | 
| 59 | 
            +
              
         | 
| 60 | 
            +
            </div>
         | 
| 61 | 
            +
                  <div class="clear"></div>
         | 
| 62 | 
            +
                </div>
         | 
| 63 | 
            +
             | 
| 64 | 
            +
                <iframe id="search_frame"></iframe>
         | 
| 65 | 
            +
             | 
| 66 | 
            +
                <div id="content"><h1>Class: Rubu
         | 
| 67 | 
            +
              
         | 
| 68 | 
            +
              
         | 
| 69 | 
            +
              
         | 
| 70 | 
            +
            </h1>
         | 
| 71 | 
            +
             | 
| 72 | 
            +
            <dl class="box">
         | 
| 73 | 
            +
              
         | 
| 74 | 
            +
                <dt class="r1">Inherits:</dt>
         | 
| 75 | 
            +
                <dd class="r1">
         | 
| 76 | 
            +
                  <span class="inheritName">Object</span>
         | 
| 77 | 
            +
                  
         | 
| 78 | 
            +
                    <ul class="fullTree">
         | 
| 79 | 
            +
                      <li>Object</li>
         | 
| 80 | 
            +
                      
         | 
| 81 | 
            +
                        <li class="next">Rubu</li>
         | 
| 82 | 
            +
                      
         | 
| 83 | 
            +
                    </ul>
         | 
| 84 | 
            +
                    <a href="#" class="inheritanceTree">show all</a>
         | 
| 85 | 
            +
                  
         | 
| 86 | 
            +
                  </dd>
         | 
| 87 | 
            +
                
         | 
| 88 | 
            +
              
         | 
| 89 | 
            +
              
         | 
| 90 | 
            +
                
         | 
| 91 | 
            +
              
         | 
| 92 | 
            +
                
         | 
| 93 | 
            +
              
         | 
| 94 | 
            +
              
         | 
| 95 | 
            +
              
         | 
| 96 | 
            +
                <dt class="r2 last">Defined in:</dt>
         | 
| 97 | 
            +
                <dd class="r2 last">lib/version.rb</dd>
         | 
| 98 | 
            +
              
         | 
| 99 | 
            +
            </dl>
         | 
| 100 | 
            +
            <div class="clear"></div>
         | 
| 101 | 
            +
             | 
| 102 | 
            +
             | 
| 103 | 
            +
              <h2>Constant Summary</h2>
         | 
| 104 | 
            +
              
         | 
| 105 | 
            +
                <dl class="constants">
         | 
| 106 | 
            +
                  
         | 
| 107 | 
            +
                    <dt id="VERSION-constant" class="">VERSION =
         | 
| 108 | 
            +
                      
         | 
| 109 | 
            +
                    </dt>
         | 
| 110 | 
            +
                    <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>0.0.3</span><span class='tstring_end'>"</span></span></pre></dd>
         | 
| 111 | 
            +
                  
         | 
| 112 | 
            +
                </dl>
         | 
| 113 | 
            +
              
         | 
| 114 | 
            +
             | 
| 115 | 
            +
             | 
| 116 | 
            +
             | 
| 117 | 
            +
             | 
| 118 | 
            +
             | 
| 119 | 
            +
             | 
| 120 | 
            +
             | 
| 121 | 
            +
              
         | 
| 122 | 
            +
                <h2>
         | 
| 123 | 
            +
                  Class Method Summary
         | 
| 124 | 
            +
                  <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
         | 
| 125 | 
            +
                </h2>
         | 
| 126 | 
            +
             | 
| 127 | 
            +
                <ul class="summary">
         | 
| 128 | 
            +
                  
         | 
| 129 | 
            +
                    <li class="public ">
         | 
| 130 | 
            +
              <span class="summary_signature">
         | 
| 131 | 
            +
                
         | 
| 132 | 
            +
                  <a href="#version-class_method" title="version (class method)">+ (Object) <strong>version</strong> </a>
         | 
| 133 | 
            +
                
         | 
| 134 | 
            +
             | 
| 135 | 
            +
                
         | 
| 136 | 
            +
              </span>
         | 
| 137 | 
            +
              
         | 
| 138 | 
            +
              
         | 
| 139 | 
            +
              
         | 
| 140 | 
            +
              
         | 
| 141 | 
            +
              
         | 
| 142 | 
            +
              
         | 
| 143 | 
            +
              
         | 
| 144 | 
            +
             | 
| 145 | 
            +
              
         | 
| 146 | 
            +
                <span class="summary_desc"><div class='inline'></div></span>
         | 
| 147 | 
            +
              
         | 
| 148 | 
            +
            </li>
         | 
| 149 | 
            +
             | 
| 150 | 
            +
                  
         | 
| 151 | 
            +
                </ul>
         | 
| 152 | 
            +
              
         | 
| 153 | 
            +
             | 
| 154 | 
            +
             | 
| 155 | 
            +
             | 
| 156 | 
            +
              <div id="class_method_details" class="method_details_list">
         | 
| 157 | 
            +
                <h2>Class Method Details</h2>
         | 
| 158 | 
            +
             | 
| 159 | 
            +
                
         | 
| 160 | 
            +
                  <div class="method_details first">
         | 
| 161 | 
            +
              <h3 class="signature first" id="version-class_method">
         | 
| 162 | 
            +
              
         | 
| 163 | 
            +
                + (<tt>Object</tt>) <strong>version</strong> 
         | 
| 164 | 
            +
              
         | 
| 165 | 
            +
             | 
| 166 | 
            +
              
         | 
| 167 | 
            +
             | 
| 168 | 
            +
              
         | 
| 169 | 
            +
            </h3><table class="source_code">
         | 
| 170 | 
            +
              <tr>
         | 
| 171 | 
            +
                <td>
         | 
| 172 | 
            +
                  <pre class="lines">
         | 
| 173 | 
            +
             | 
| 174 | 
            +
             | 
| 175 | 
            +
            3
         | 
| 176 | 
            +
            4
         | 
| 177 | 
            +
            5</pre>
         | 
| 178 | 
            +
                </td>
         | 
| 179 | 
            +
                <td>
         | 
| 180 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/version.rb', line 3</span>
         | 
| 181 | 
            +
             | 
| 182 | 
            +
            <span class='kw'>def</span> <span class='const'>Rubu</span><span class='period'>.</span><span class='id identifier rubyid_version'>version</span>
         | 
| 183 | 
            +
                <span class='const'>Rubu</span><span class='op'>::</span><span class='const'>VERSION</span>
         | 
| 184 | 
            +
            <span class='kw'>end</span></pre>
         | 
| 185 | 
            +
                </td>
         | 
| 186 | 
            +
              </tr>
         | 
| 187 | 
            +
            </table>
         | 
| 188 | 
            +
            </div>
         | 
| 189 | 
            +
                
         | 
| 190 | 
            +
              </div>
         | 
| 191 | 
            +
             | 
| 192 | 
            +
            </div>
         | 
| 193 | 
            +
             | 
| 194 | 
            +
                <div id="footer">
         | 
| 195 | 
            +
              Generated on Fri Jul 13 18:34:16 2018 by
         | 
| 196 | 
            +
              <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
         | 
| 197 | 
            +
              0.8.7.6 (ruby-2.3.3).
         | 
| 198 | 
            +
            </div>
         | 
| 199 | 
            +
             | 
| 200 | 
            +
              </body>
         | 
| 201 | 
            +
            </html>
         |