simple2ch 0.0.1
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/.gitignore +123 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +29 -0
- data/Rakefile +2 -0
- data/doc/Simple2ch/Board.html +711 -0
- data/doc/Simple2ch/Dat.html +502 -0
- data/doc/Simple2ch/DatParseException.html +131 -0
- data/doc/Simple2ch/KakoLogException.html +131 -0
- data/doc/Simple2ch/NotA2chUrlException.html +131 -0
- data/doc/Simple2ch/Res.html +1034 -0
- data/doc/Simple2ch/Simple2chException.html +127 -0
- data/doc/Simple2ch/Thre.html +792 -0
- data/doc/Simple2ch.html +314 -0
- data/doc/_index.html +214 -0
- data/doc/class_list.html +54 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +57 -0
- data/doc/css/style.css +339 -0
- data/doc/file.README.html +111 -0
- data/doc/file_list.html +56 -0
- data/doc/frames.html +26 -0
- data/doc/index.html +111 -0
- data/doc/js/app.js +219 -0
- data/doc/js/full_list.js +178 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +215 -0
- data/doc/top-level-namespace.html +112 -0
- data/lib/simple2ch/board.rb +70 -0
- data/lib/simple2ch/dat.rb +57 -0
- data/lib/simple2ch/res.rb +70 -0
- data/lib/simple2ch/simple2ch_exception.rb +6 -0
- data/lib/simple2ch/thre.rb +49 -0
- data/lib/simple2ch/version.rb +3 -0
- data/lib/simple2ch.rb +31 -0
- data/simple2ch.gemspec +33 -0
- data/spec/board_spec.rb +45 -0
- data/spec/dat_spec.rb +27 -0
- data/spec/res_spec.rb +42 -0
- data/spec/simple2ch_spec.rb +33 -0
- data/spec/spec_helper.rb +48 -0
- data/spec/thre_spec.rb +37 -0
- metadata +176 -0
| @@ -0,0 +1,502 @@ | |
| 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: Simple2ch::Dat
         | 
| 8 | 
            +
              
         | 
| 9 | 
            +
                — Documentation by YARD 0.8.7.4
         | 
| 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#!Simple2ch/Dat.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 (D)</a> »
         | 
| 35 | 
            +
                <span class='title'><span class='object_link'><a href="../Simple2ch.html" title="Simple2ch (module)">Simple2ch</a></span></span>
         | 
| 36 | 
            +
                 » 
         | 
| 37 | 
            +
                <span class="title">Dat</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: Simple2ch::Dat
         | 
| 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">Simple2ch::Dat</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/ruby2ch/dat.rb</dd>
         | 
| 98 | 
            +
              
         | 
| 99 | 
            +
            </dl>
         | 
| 100 | 
            +
            <div class="clear"></div>
         | 
| 101 | 
            +
             | 
| 102 | 
            +
             | 
| 103 | 
            +
             | 
| 104 | 
            +
             | 
| 105 | 
            +
             | 
| 106 | 
            +
              <h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
         | 
| 107 | 
            +
              <ul class="summary">
         | 
| 108 | 
            +
                
         | 
| 109 | 
            +
                  <li class="public ">
         | 
| 110 | 
            +
              <span class="summary_signature">
         | 
| 111 | 
            +
                
         | 
| 112 | 
            +
                  <a href="#thread_key-instance_method" title="#thread_key (instance method)">- (String) <strong>thread_key</strong> </a>
         | 
| 113 | 
            +
                
         | 
| 114 | 
            +
             | 
| 115 | 
            +
                
         | 
| 116 | 
            +
              </span>
         | 
| 117 | 
            +
              
         | 
| 118 | 
            +
              
         | 
| 119 | 
            +
              
         | 
| 120 | 
            +
                
         | 
| 121 | 
            +
                  <span class="note title readonly">readonly</span>
         | 
| 122 | 
            +
                
         | 
| 123 | 
            +
                
         | 
| 124 | 
            +
              
         | 
| 125 | 
            +
              
         | 
| 126 | 
            +
              
         | 
| 127 | 
            +
              
         | 
| 128 | 
            +
              
         | 
| 129 | 
            +
             | 
| 130 | 
            +
              
         | 
| 131 | 
            +
                <span class="summary_desc"><div class='inline'>
         | 
| 132 | 
            +
            <p>スレッドキー.</p>
         | 
| 133 | 
            +
            </div></span>
         | 
| 134 | 
            +
              
         | 
| 135 | 
            +
            </li>
         | 
| 136 | 
            +
             | 
| 137 | 
            +
                
         | 
| 138 | 
            +
              </ul>
         | 
| 139 | 
            +
             | 
| 140 | 
            +
             | 
| 141 | 
            +
             | 
| 142 | 
            +
             | 
| 143 | 
            +
              
         | 
| 144 | 
            +
                <h2>
         | 
| 145 | 
            +
                  Instance Method Summary
         | 
| 146 | 
            +
                  <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
         | 
| 147 | 
            +
                </h2>
         | 
| 148 | 
            +
             | 
| 149 | 
            +
                <ul class="summary">
         | 
| 150 | 
            +
                  
         | 
| 151 | 
            +
                    <li class="public ">
         | 
| 152 | 
            +
              <span class="summary_signature">
         | 
| 153 | 
            +
                
         | 
| 154 | 
            +
                  <a href="#initialize-instance_method" title="#initialize (instance method)">- (Dat) <strong>initialize</strong>(thre) </a>
         | 
| 155 | 
            +
                
         | 
| 156 | 
            +
             | 
| 157 | 
            +
                
         | 
| 158 | 
            +
              </span>
         | 
| 159 | 
            +
              
         | 
| 160 | 
            +
              
         | 
| 161 | 
            +
                <span class="note title constructor">constructor</span>
         | 
| 162 | 
            +
              
         | 
| 163 | 
            +
              
         | 
| 164 | 
            +
              
         | 
| 165 | 
            +
              
         | 
| 166 | 
            +
              
         | 
| 167 | 
            +
              
         | 
| 168 | 
            +
             | 
| 169 | 
            +
              
         | 
| 170 | 
            +
                <span class="summary_desc"><div class='inline'>
         | 
| 171 | 
            +
            <p>A new instance of Dat.</p>
         | 
| 172 | 
            +
            </div></span>
         | 
| 173 | 
            +
              
         | 
| 174 | 
            +
            </li>
         | 
| 175 | 
            +
             | 
| 176 | 
            +
                  
         | 
| 177 | 
            +
                    <li class="public ">
         | 
| 178 | 
            +
              <span class="summary_signature">
         | 
| 179 | 
            +
                
         | 
| 180 | 
            +
                  <a href="#kako_log%3F-instance_method" title="#kako_log? (instance method)">- (Boolean) <strong>kako_log?</strong> </a>
         | 
| 181 | 
            +
                
         | 
| 182 | 
            +
             | 
| 183 | 
            +
                
         | 
| 184 | 
            +
              </span>
         | 
| 185 | 
            +
              
         | 
| 186 | 
            +
              
         | 
| 187 | 
            +
              
         | 
| 188 | 
            +
              
         | 
| 189 | 
            +
              
         | 
| 190 | 
            +
              
         | 
| 191 | 
            +
              
         | 
| 192 | 
            +
             | 
| 193 | 
            +
              
         | 
| 194 | 
            +
                <span class="summary_desc"><div class='inline'>
         | 
| 195 | 
            +
            <p>Datを解析して過去ログかどうかを返す.</p>
         | 
| 196 | 
            +
            </div></span>
         | 
| 197 | 
            +
              
         | 
| 198 | 
            +
            </li>
         | 
| 199 | 
            +
             | 
| 200 | 
            +
                  
         | 
| 201 | 
            +
                    <li class="public ">
         | 
| 202 | 
            +
              <span class="summary_signature">
         | 
| 203 | 
            +
                
         | 
| 204 | 
            +
                  <a href="#reses-instance_method" title="#reses (instance method)">- (Array<Res>) <strong>reses</strong> </a>
         | 
| 205 | 
            +
                
         | 
| 206 | 
            +
             | 
| 207 | 
            +
                
         | 
| 208 | 
            +
              </span>
         | 
| 209 | 
            +
              
         | 
| 210 | 
            +
              
         | 
| 211 | 
            +
              
         | 
| 212 | 
            +
              
         | 
| 213 | 
            +
              
         | 
| 214 | 
            +
              
         | 
| 215 | 
            +
              
         | 
| 216 | 
            +
             | 
| 217 | 
            +
              
         | 
| 218 | 
            +
                <span class="summary_desc"><div class='inline'>
         | 
| 219 | 
            +
            <p>Datを解析して、レスを返す.</p>
         | 
| 220 | 
            +
            </div></span>
         | 
| 221 | 
            +
              
         | 
| 222 | 
            +
            </li>
         | 
| 223 | 
            +
             | 
| 224 | 
            +
                  
         | 
| 225 | 
            +
                </ul>
         | 
| 226 | 
            +
              
         | 
| 227 | 
            +
             | 
| 228 | 
            +
            <div id="constructor_details" class="method_details_list">
         | 
| 229 | 
            +
              <h2>Constructor Details</h2>
         | 
| 230 | 
            +
              
         | 
| 231 | 
            +
                <div class="method_details first">
         | 
| 232 | 
            +
              <h3 class="signature first" id="initialize-instance_method">
         | 
| 233 | 
            +
              
         | 
| 234 | 
            +
                - (<tt><span class='object_link'><a href="" title="Simple2ch::Dat (class)">Dat</a></span></tt>) <strong>initialize</strong>(thre) 
         | 
| 235 | 
            +
              
         | 
| 236 | 
            +
             | 
| 237 | 
            +
              
         | 
| 238 | 
            +
             | 
| 239 | 
            +
              
         | 
| 240 | 
            +
            </h3><div class="docstring">
         | 
| 241 | 
            +
              <div class="discussion">
         | 
| 242 | 
            +
                
         | 
| 243 | 
            +
            <p>Returns a new instance of Dat</p>
         | 
| 244 | 
            +
             | 
| 245 | 
            +
             | 
| 246 | 
            +
              </div>
         | 
| 247 | 
            +
            </div>
         | 
| 248 | 
            +
            <div class="tags">
         | 
| 249 | 
            +
              <p class="tag_title">Parameters:</p>
         | 
| 250 | 
            +
            <ul class="param">
         | 
| 251 | 
            +
              
         | 
| 252 | 
            +
                <li>
         | 
| 253 | 
            +
                  
         | 
| 254 | 
            +
                    <span class='name'>thre</span>
         | 
| 255 | 
            +
                  
         | 
| 256 | 
            +
                  
         | 
| 257 | 
            +
                    <span class='type'>(<tt><span class='object_link'><a href="Thre.html" title="Simple2ch::Thre (class)">Thre</a></span></tt>)</span>
         | 
| 258 | 
            +
                  
         | 
| 259 | 
            +
                  
         | 
| 260 | 
            +
                  
         | 
| 261 | 
            +
                    —
         | 
| 262 | 
            +
                    <div class='inline'>
         | 
| 263 | 
            +
            <p>スレッド</p>
         | 
| 264 | 
            +
            </div>
         | 
| 265 | 
            +
                  
         | 
| 266 | 
            +
                </li>
         | 
| 267 | 
            +
              
         | 
| 268 | 
            +
            </ul>
         | 
| 269 | 
            +
             | 
| 270 | 
            +
             | 
| 271 | 
            +
            </div><table class="source_code">
         | 
| 272 | 
            +
              <tr>
         | 
| 273 | 
            +
                <td>
         | 
| 274 | 
            +
                  <pre class="lines">
         | 
| 275 | 
            +
             | 
| 276 | 
            +
             | 
| 277 | 
            +
            7
         | 
| 278 | 
            +
            8
         | 
| 279 | 
            +
            9
         | 
| 280 | 
            +
            10
         | 
| 281 | 
            +
            11
         | 
| 282 | 
            +
            12
         | 
| 283 | 
            +
            13</pre>
         | 
| 284 | 
            +
                </td>
         | 
| 285 | 
            +
                <td>
         | 
| 286 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/ruby2ch/dat.rb', line 7</span>
         | 
| 287 | 
            +
             | 
| 288 | 
            +
            <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_thre'>thre</span><span class='rparen'>)</span>
         | 
| 289 | 
            +
              <span class='ivar'>@thre</span> <span class='op'>=</span> <span class='id identifier rubyid_thre'>thre</span>
         | 
| 290 | 
            +
              <span class='ivar'>@thread_key</span> <span class='op'>=</span> <span class='id identifier rubyid_thre'>thre</span><span class='period'>.</span><span class='id identifier rubyid_thread_key'>thread_key</span>
         | 
| 291 | 
            +
              <span class='ivar'>@data</span> <span class='op'>=</span> <span class='kw'>nil</span>
         | 
| 292 | 
            +
              <span class='ivar'>@reses</span> <span class='op'>=</span> <span class='kw'>nil</span>
         | 
| 293 | 
            +
              <span class='ivar'>@f_kako_log</span> <span class='op'>=</span> <span class='kw'>nil</span>
         | 
| 294 | 
            +
            <span class='kw'>end</span></pre>
         | 
| 295 | 
            +
                </td>
         | 
| 296 | 
            +
              </tr>
         | 
| 297 | 
            +
            </table>
         | 
| 298 | 
            +
            </div>
         | 
| 299 | 
            +
              
         | 
| 300 | 
            +
            </div>
         | 
| 301 | 
            +
             | 
| 302 | 
            +
              <div id="instance_attr_details" class="attr_details">
         | 
| 303 | 
            +
                <h2>Instance Attribute Details</h2>
         | 
| 304 | 
            +
                
         | 
| 305 | 
            +
                  
         | 
| 306 | 
            +
                  <span id=""></span>
         | 
| 307 | 
            +
                  <div class="method_details first">
         | 
| 308 | 
            +
              <h3 class="signature first" id="thread_key-instance_method">
         | 
| 309 | 
            +
              
         | 
| 310 | 
            +
                - (<tt>String</tt>) <strong>thread_key</strong>  <span class="extras">(readonly)</span>
         | 
| 311 | 
            +
              
         | 
| 312 | 
            +
             | 
| 313 | 
            +
              
         | 
| 314 | 
            +
             | 
| 315 | 
            +
              
         | 
| 316 | 
            +
            </h3><div class="docstring">
         | 
| 317 | 
            +
              <div class="discussion">
         | 
| 318 | 
            +
                
         | 
| 319 | 
            +
            <p>Returns スレッドキー</p>
         | 
| 320 | 
            +
             | 
| 321 | 
            +
             | 
| 322 | 
            +
              </div>
         | 
| 323 | 
            +
            </div>
         | 
| 324 | 
            +
            <div class="tags">
         | 
| 325 | 
            +
              
         | 
| 326 | 
            +
            <p class="tag_title">Returns:</p>
         | 
| 327 | 
            +
            <ul class="return">
         | 
| 328 | 
            +
              
         | 
| 329 | 
            +
                <li>
         | 
| 330 | 
            +
                  
         | 
| 331 | 
            +
                  
         | 
| 332 | 
            +
                    <span class='type'>(<tt>String</tt>)</span>
         | 
| 333 | 
            +
                  
         | 
| 334 | 
            +
                  
         | 
| 335 | 
            +
                  
         | 
| 336 | 
            +
                    —
         | 
| 337 | 
            +
                    <div class='inline'>
         | 
| 338 | 
            +
            <p>スレッドキー</p>
         | 
| 339 | 
            +
            </div>
         | 
| 340 | 
            +
                  
         | 
| 341 | 
            +
                </li>
         | 
| 342 | 
            +
              
         | 
| 343 | 
            +
            </ul>
         | 
| 344 | 
            +
             | 
| 345 | 
            +
            </div><table class="source_code">
         | 
| 346 | 
            +
              <tr>
         | 
| 347 | 
            +
                <td>
         | 
| 348 | 
            +
                  <pre class="lines">
         | 
| 349 | 
            +
             | 
| 350 | 
            +
             | 
| 351 | 
            +
            4
         | 
| 352 | 
            +
            5
         | 
| 353 | 
            +
            6</pre>
         | 
| 354 | 
            +
                </td>
         | 
| 355 | 
            +
                <td>
         | 
| 356 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/ruby2ch/dat.rb', line 4</span>
         | 
| 357 | 
            +
             | 
| 358 | 
            +
            <span class='kw'>def</span> <span class='id identifier rubyid_thread_key'>thread_key</span>
         | 
| 359 | 
            +
              <span class='ivar'>@thread_key</span>
         | 
| 360 | 
            +
            <span class='kw'>end</span></pre>
         | 
| 361 | 
            +
                </td>
         | 
| 362 | 
            +
              </tr>
         | 
| 363 | 
            +
            </table>
         | 
| 364 | 
            +
            </div>
         | 
| 365 | 
            +
                
         | 
| 366 | 
            +
              </div>
         | 
| 367 | 
            +
             | 
| 368 | 
            +
             | 
| 369 | 
            +
              <div id="instance_method_details" class="method_details_list">
         | 
| 370 | 
            +
                <h2>Instance Method Details</h2>
         | 
| 371 | 
            +
             | 
| 372 | 
            +
                
         | 
| 373 | 
            +
                  <div class="method_details first">
         | 
| 374 | 
            +
              <h3 class="signature first" id="kako_log?-instance_method">
         | 
| 375 | 
            +
              
         | 
| 376 | 
            +
                - (<tt>Boolean</tt>) <strong>kako_log?</strong> 
         | 
| 377 | 
            +
              
         | 
| 378 | 
            +
             | 
| 379 | 
            +
              
         | 
| 380 | 
            +
             | 
| 381 | 
            +
              
         | 
| 382 | 
            +
            </h3><div class="docstring">
         | 
| 383 | 
            +
              <div class="discussion">
         | 
| 384 | 
            +
                
         | 
| 385 | 
            +
            <p>Datを解析して過去ログかどうかを返す</p>
         | 
| 386 | 
            +
             | 
| 387 | 
            +
             | 
| 388 | 
            +
              </div>
         | 
| 389 | 
            +
            </div>
         | 
| 390 | 
            +
            <div class="tags">
         | 
| 391 | 
            +
              
         | 
| 392 | 
            +
            <p class="tag_title">Returns:</p>
         | 
| 393 | 
            +
            <ul class="return">
         | 
| 394 | 
            +
              
         | 
| 395 | 
            +
                <li>
         | 
| 396 | 
            +
                  
         | 
| 397 | 
            +
                  
         | 
| 398 | 
            +
                    <span class='type'>(<tt>Boolean</tt>)</span>
         | 
| 399 | 
            +
                  
         | 
| 400 | 
            +
                  
         | 
| 401 | 
            +
                  
         | 
| 402 | 
            +
                    —
         | 
| 403 | 
            +
                    <div class='inline'>
         | 
| 404 | 
            +
            <p>過去ログか否か</p>
         | 
| 405 | 
            +
            </div>
         | 
| 406 | 
            +
                  
         | 
| 407 | 
            +
                </li>
         | 
| 408 | 
            +
              
         | 
| 409 | 
            +
            </ul>
         | 
| 410 | 
            +
             | 
| 411 | 
            +
            </div><table class="source_code">
         | 
| 412 | 
            +
              <tr>
         | 
| 413 | 
            +
                <td>
         | 
| 414 | 
            +
                  <pre class="lines">
         | 
| 415 | 
            +
             | 
| 416 | 
            +
             | 
| 417 | 
            +
            23
         | 
| 418 | 
            +
            24
         | 
| 419 | 
            +
            25</pre>
         | 
| 420 | 
            +
                </td>
         | 
| 421 | 
            +
                <td>
         | 
| 422 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/ruby2ch/dat.rb', line 23</span>
         | 
| 423 | 
            +
             | 
| 424 | 
            +
            <span class='kw'>def</span> <span class='id identifier rubyid_kako_log?'>kako_log?</span>
         | 
| 425 | 
            +
              <span class='ivar'>@f_kako_log</span> <span class='op'>||</span> <span class='id identifier rubyid_parse_dat'>parse_dat</span><span class='lbracket'>[</span><span class='int'>1</span><span class='rbracket'>]</span>
         | 
| 426 | 
            +
            <span class='kw'>end</span></pre>
         | 
| 427 | 
            +
                </td>
         | 
| 428 | 
            +
              </tr>
         | 
| 429 | 
            +
            </table>
         | 
| 430 | 
            +
            </div>
         | 
| 431 | 
            +
                
         | 
| 432 | 
            +
                  <div class="method_details ">
         | 
| 433 | 
            +
              <h3 class="signature " id="reses-instance_method">
         | 
| 434 | 
            +
              
         | 
| 435 | 
            +
                - (<tt>Array<<span class='object_link'><a href="Res.html" title="Simple2ch::Res (class)">Res</a></span>></tt>) <strong>reses</strong> 
         | 
| 436 | 
            +
              
         | 
| 437 | 
            +
             | 
| 438 | 
            +
              
         | 
| 439 | 
            +
             | 
| 440 | 
            +
              
         | 
| 441 | 
            +
            </h3><div class="docstring">
         | 
| 442 | 
            +
              <div class="discussion">
         | 
| 443 | 
            +
                
         | 
| 444 | 
            +
            <p>Datを解析して、レスを返す</p>
         | 
| 445 | 
            +
             | 
| 446 | 
            +
             | 
| 447 | 
            +
              </div>
         | 
| 448 | 
            +
            </div>
         | 
| 449 | 
            +
            <div class="tags">
         | 
| 450 | 
            +
              
         | 
| 451 | 
            +
            <p class="tag_title">Returns:</p>
         | 
| 452 | 
            +
            <ul class="return">
         | 
| 453 | 
            +
              
         | 
| 454 | 
            +
                <li>
         | 
| 455 | 
            +
                  
         | 
| 456 | 
            +
                  
         | 
| 457 | 
            +
                    <span class='type'>(<tt>Array<<span class='object_link'><a href="Res.html" title="Simple2ch::Res (class)">Res</a></span>></tt>)</span>
         | 
| 458 | 
            +
                  
         | 
| 459 | 
            +
                  
         | 
| 460 | 
            +
                  
         | 
| 461 | 
            +
                    —
         | 
| 462 | 
            +
                    <div class='inline'>
         | 
| 463 | 
            +
            <p>レス</p>
         | 
| 464 | 
            +
            </div>
         | 
| 465 | 
            +
                  
         | 
| 466 | 
            +
                </li>
         | 
| 467 | 
            +
              
         | 
| 468 | 
            +
            </ul>
         | 
| 469 | 
            +
             | 
| 470 | 
            +
            </div><table class="source_code">
         | 
| 471 | 
            +
              <tr>
         | 
| 472 | 
            +
                <td>
         | 
| 473 | 
            +
                  <pre class="lines">
         | 
| 474 | 
            +
             | 
| 475 | 
            +
             | 
| 476 | 
            +
            17
         | 
| 477 | 
            +
            18
         | 
| 478 | 
            +
            19</pre>
         | 
| 479 | 
            +
                </td>
         | 
| 480 | 
            +
                <td>
         | 
| 481 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/ruby2ch/dat.rb', line 17</span>
         | 
| 482 | 
            +
             | 
| 483 | 
            +
            <span class='kw'>def</span> <span class='id identifier rubyid_reses'>reses</span>
         | 
| 484 | 
            +
              <span class='ivar'>@reses</span> <span class='op'>||</span> <span class='id identifier rubyid_parse_dat'>parse_dat</span><span class='lbracket'>[</span><span class='int'>0</span><span class='rbracket'>]</span>
         | 
| 485 | 
            +
            <span class='kw'>end</span></pre>
         | 
| 486 | 
            +
                </td>
         | 
| 487 | 
            +
              </tr>
         | 
| 488 | 
            +
            </table>
         | 
| 489 | 
            +
            </div>
         | 
| 490 | 
            +
                
         | 
| 491 | 
            +
              </div>
         | 
| 492 | 
            +
             | 
| 493 | 
            +
            </div>
         | 
| 494 | 
            +
             | 
| 495 | 
            +
                <div id="footer">
         | 
| 496 | 
            +
              Generated on Sun Sep  7 11:29:29 2014 by
         | 
| 497 | 
            +
              <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
         | 
| 498 | 
            +
              0.8.7.4 (ruby-2.1.2).
         | 
| 499 | 
            +
            </div>
         | 
| 500 | 
            +
             | 
| 501 | 
            +
              </body>
         | 
| 502 | 
            +
            </html>
         | 
| @@ -0,0 +1,131 @@ | |
| 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 | 
            +
              Exception: Simple2ch::DatParseException
         | 
| 8 | 
            +
              
         | 
| 9 | 
            +
                — Documentation by YARD 0.8.7.4
         | 
| 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#!Simple2ch/DatParseException.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 (D)</a> »
         | 
| 35 | 
            +
                <span class='title'><span class='object_link'><a href="../Simple2ch.html" title="Simple2ch (module)">Simple2ch</a></span></span>
         | 
| 36 | 
            +
                 » 
         | 
| 37 | 
            +
                <span class="title">DatParseException</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>Exception: Simple2ch::DatParseException
         | 
| 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"><span class='object_link'><a href="Simple2chException.html" title="Simple2ch::Simple2chException (class)">Simple2chException</a></span></span>
         | 
| 77 | 
            +
                  
         | 
| 78 | 
            +
                    <ul class="fullTree">
         | 
| 79 | 
            +
                      <li>Object</li>
         | 
| 80 | 
            +
                      
         | 
| 81 | 
            +
                        <li class="next">Exception</li>
         | 
| 82 | 
            +
                      
         | 
| 83 | 
            +
                        <li class="next"><span class='object_link'><a href="Simple2chException.html" title="Simple2ch::Simple2chException (class)">Simple2chException</a></span></li>
         | 
| 84 | 
            +
                      
         | 
| 85 | 
            +
                        <li class="next">Simple2ch::DatParseException</li>
         | 
| 86 | 
            +
                      
         | 
| 87 | 
            +
                    </ul>
         | 
| 88 | 
            +
                    <a href="#" class="inheritanceTree">show all</a>
         | 
| 89 | 
            +
                  
         | 
| 90 | 
            +
                  </dd>
         | 
| 91 | 
            +
                
         | 
| 92 | 
            +
              
         | 
| 93 | 
            +
              
         | 
| 94 | 
            +
                
         | 
| 95 | 
            +
              
         | 
| 96 | 
            +
                
         | 
| 97 | 
            +
              
         | 
| 98 | 
            +
              
         | 
| 99 | 
            +
              
         | 
| 100 | 
            +
                <dt class="r2 last">Defined in:</dt>
         | 
| 101 | 
            +
                <dd class="r2 last">lib/ruby2ch/simple2ch_exception.rb</dd>
         | 
| 102 | 
            +
              
         | 
| 103 | 
            +
            </dl>
         | 
| 104 | 
            +
            <div class="clear"></div>
         | 
| 105 | 
            +
             | 
| 106 | 
            +
             | 
| 107 | 
            +
             | 
| 108 | 
            +
             | 
| 109 | 
            +
             | 
| 110 | 
            +
             | 
| 111 | 
            +
             | 
| 112 | 
            +
             | 
| 113 | 
            +
             | 
| 114 | 
            +
              
         | 
| 115 | 
            +
              
         | 
| 116 | 
            +
              
         | 
| 117 | 
            +
              
         | 
| 118 | 
            +
              
         | 
| 119 | 
            +
              
         | 
| 120 | 
            +
              
         | 
| 121 | 
            +
             | 
| 122 | 
            +
            </div>
         | 
| 123 | 
            +
             | 
| 124 | 
            +
                <div id="footer">
         | 
| 125 | 
            +
              Generated on Sun Sep  7 11:29:29 2014 by
         | 
| 126 | 
            +
              <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
         | 
| 127 | 
            +
              0.8.7.4 (ruby-2.1.2).
         | 
| 128 | 
            +
            </div>
         | 
| 129 | 
            +
             | 
| 130 | 
            +
              </body>
         | 
| 131 | 
            +
            </html>
         |