hyper-resource 1.0.0.lap80 → 1.0.0.lap81

Sign up to get free protection for your applications and to get access to all the features.
@@ -117,6 +117,30 @@
117
117
 
118
118
  <span class="summary_desc"><div class='inline'></div></span>
119
119
 
120
+ </li>
121
+
122
+
123
+ <li class="public ">
124
+ <span class="summary_signature">
125
+
126
+ <a href="#changed%3F-instance_method" title="#changed? (instance method)">#<strong>changed?</strong> &#x21d2; Boolean </a>
127
+
128
+
129
+
130
+ </span>
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+ <span class="summary_desc"><div class='inline'>
141
+ <p>check if record has been changed.</p>
142
+ </div></span>
143
+
120
144
  </li>
121
145
 
122
146
 
@@ -557,21 +581,21 @@ returns value</p>
557
581
  <pre class="lines">
558
582
 
559
583
 
560
- 97
561
- 98
562
- 99
563
- 100
564
- 101
565
- 102
566
- 103
567
584
  104
568
585
  105
569
586
  106
570
587
  107
571
- 108</pre>
588
+ 108
589
+ 109
590
+ 110
591
+ 111
592
+ 112
593
+ 113
594
+ 114
595
+ 115</pre>
572
596
  </td>
573
597
  <td>
574
- <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 97</span>
598
+ <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 104</span>
575
599
 
576
600
  <span class='kw'>def</span> <span class='id identifier rubyid_method_missing'>method_missing</span><span class='lparen'>(</span><span class='id identifier rubyid_method'>method</span><span class='comma'>,</span> <span class='id identifier rubyid_arg'>arg</span><span class='rparen'>)</span>
577
601
  <span class='id identifier rubyid__register_observer'>_register_observer</span>
@@ -681,6 +705,65 @@ returns value</p>
681
705
  </td>
682
706
  </tr>
683
707
  </table>
708
+ </div>
709
+
710
+ <div class="method_details ">
711
+ <h3 class="signature " id="changed?-instance_method">
712
+
713
+ #<strong>changed?</strong> &#x21d2; <tt>Boolean</tt>
714
+
715
+
716
+
717
+
718
+
719
+ </h3><div class="docstring">
720
+ <div class="discussion">
721
+
722
+ <p>check if record has been changed</p>
723
+
724
+
725
+ </div>
726
+ </div>
727
+ <div class="tags">
728
+
729
+ <p class="tag_title">Returns:</p>
730
+ <ul class="return">
731
+
732
+ <li>
733
+
734
+
735
+ <span class='type'>(<tt>Boolean</tt>)</span>
736
+
737
+
738
+
739
+ &mdash;
740
+ <div class='inline'>
741
+ <p>boolean</p>
742
+ </div>
743
+
744
+ </li>
745
+
746
+ </ul>
747
+
748
+ </div><table class="source_code">
749
+ <tr>
750
+ <td>
751
+ <pre class="lines">
752
+
753
+
754
+ 68
755
+ 69
756
+ 70</pre>
757
+ </td>
758
+ <td>
759
+ <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 68</span>
760
+
761
+ <span class='kw'>def</span> <span class='id identifier rubyid_changed?'>changed?</span>
762
+ <span class='ivar'>@changed_properties</span> <span class='op'>!=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
763
+ <span class='kw'>end</span></pre>
764
+ </td>
765
+ </tr>
766
+ </table>
684
767
  </div>
685
768
 
686
769
  <div class="method_details ">
@@ -727,13 +810,13 @@ returns value</p>
727
810
  <pre class="lines">
728
811
 
729
812
 
730
- 68
731
- 69
732
- 70
733
- 71</pre>
813
+ 75
814
+ 76
815
+ 77
816
+ 78</pre>
734
817
  </td>
735
818
  <td>
736
- <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 68</span>
819
+ <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 75</span>
737
820
 
738
821
  <span class='kw'>def</span> <span class='id identifier rubyid_destroy'>destroy</span>
739
822
  <span class='id identifier rubyid_promise_destroy'>promise_destroy</span>
@@ -783,12 +866,12 @@ returns value</p>
783
866
  <pre class="lines">
784
867
 
785
868
 
786
- 76
787
- 77
788
- 78</pre>
869
+ 83
870
+ 84
871
+ 85</pre>
789
872
  </td>
790
873
  <td>
791
- <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 76</span>
874
+ <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 83</span>
792
875
 
793
876
  <span class='kw'>def</span> <span class='id identifier rubyid_destroyed?'>destroyed?</span>
794
877
  <span class='ivar'>@destroyed</span>
@@ -961,14 +1044,14 @@ success is assumed</p>
961
1044
  <pre class="lines">
962
1045
 
963
1046
 
964
- 84
965
- 85
966
- 86
967
- 87
968
- 88</pre>
1047
+ 91
1048
+ 92
1049
+ 93
1050
+ 94
1051
+ 95</pre>
969
1052
  </td>
970
1053
  <td>
971
- <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 84</span>
1054
+ <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 91</span>
972
1055
 
973
1056
  <span class='kw'>def</span> <span class='id identifier rubyid_link'>link</span><span class='lparen'>(</span><span class='id identifier rubyid_other_record'>other_record</span><span class='rparen'>)</span>
974
1057
  <span class='id identifier rubyid__register_observer'>_register_observer</span>
@@ -1025,19 +1108,19 @@ response is passed to the .fail block</p>
1025
1108
  <pre class="lines">
1026
1109
 
1027
1110
 
1028
- 174
1029
- 175
1030
- 176
1031
- 177
1032
- 178
1033
- 179
1034
- 180
1035
1111
  181
1036
1112
  182
1037
- 183</pre>
1113
+ 183
1114
+ 184
1115
+ 185
1116
+ 186
1117
+ 187
1118
+ 188
1119
+ 189
1120
+ 190</pre>
1038
1121
  </td>
1039
1122
  <td>
1040
- <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 174</span>
1123
+ <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 181</span>
1041
1124
 
1042
1125
  <span class='kw'>def</span> <span class='id identifier rubyid_promise_destroy'>promise_destroy</span>
1043
1126
  <span class='id identifier rubyid__local_destroy'>_local_destroy</span>
@@ -1114,13 +1197,6 @@ response is passed to the .fail block</p>
1114
1197
  <pre class="lines">
1115
1198
 
1116
1199
 
1117
- 190
1118
- 191
1119
- 192
1120
- 193
1121
- 194
1122
- 195
1123
- 196
1124
1200
  197
1125
1201
  198
1126
1202
  199
@@ -1149,10 +1225,17 @@ response is passed to the .fail block</p>
1149
1225
  222
1150
1226
  223
1151
1227
  224
1152
- 225</pre>
1228
+ 225
1229
+ 226
1230
+ 227
1231
+ 228
1232
+ 229
1233
+ 230
1234
+ 231
1235
+ 232</pre>
1153
1236
  </td>
1154
1237
  <td>
1155
- <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 190</span>
1238
+ <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 197</span>
1156
1239
 
1157
1240
  <span class='kw'>def</span> <span class='id identifier rubyid_promise_link'>promise_link</span><span class='lparen'>(</span><span class='id identifier rubyid_other_record'>other_record</span><span class='comma'>,</span> <span class='id identifier rubyid_relation_name'>relation_name</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
1158
1241
  <span class='id identifier rubyid_called_from_collection'>called_from_collection</span> <span class='op'>=</span> <span class='id identifier rubyid_relation_name'>relation_name</span> <span class='op'>?</span> <span class='kw'>true</span> <span class='op'>:</span> <span class='kw'>false</span>
@@ -1240,13 +1323,6 @@ response is passed to the .fail block</p>
1240
1323
  <pre class="lines">
1241
1324
 
1242
1325
 
1243
- 231
1244
- 232
1245
- 233
1246
- 234
1247
- 235
1248
- 236
1249
- 237
1250
1326
  238
1251
1327
  239
1252
1328
  240
@@ -1267,10 +1343,17 @@ response is passed to the .fail block</p>
1267
1343
  255
1268
1344
  256
1269
1345
  257
1270
- 258</pre>
1346
+ 258
1347
+ 259
1348
+ 260
1349
+ 261
1350
+ 262
1351
+ 263
1352
+ 264
1353
+ 265</pre>
1271
1354
  </td>
1272
1355
  <td>
1273
- <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 231</span>
1356
+ <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 238</span>
1274
1357
 
1275
1358
  <span class='kw'>def</span> <span class='id identifier rubyid_promise_save'>promise_save</span>
1276
1359
  <span class='id identifier rubyid_payload_hash'>payload_hash</span> <span class='op'>=</span> <span class='ivar'>@properties</span><span class='period'>.</span><span class='id identifier rubyid_merge'>merge</span><span class='lparen'>(</span><span class='ivar'>@changed_properties</span><span class='rparen'>)</span> <span class='comment'># copy hash, because we need to delete some keys
@@ -1365,13 +1448,6 @@ response is passed to the .fail block</p>
1365
1448
  <pre class="lines">
1366
1449
 
1367
1450
 
1368
- 265
1369
- 266
1370
- 267
1371
- 268
1372
- 269
1373
- 270
1374
- 271
1375
1451
  272
1376
1452
  273
1377
1453
  274
@@ -1379,10 +1455,17 @@ response is passed to the .fail block</p>
1379
1455
  276
1380
1456
  277
1381
1457
  278
1382
- 279</pre>
1458
+ 279
1459
+ 280
1460
+ 281
1461
+ 282
1462
+ 283
1463
+ 284
1464
+ 285
1465
+ 286</pre>
1383
1466
  </td>
1384
1467
  <td>
1385
- <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 265</span>
1468
+ <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 272</span>
1386
1469
 
1387
1470
  <span class='kw'>def</span> <span class='id identifier rubyid_promise_unlink'>promise_unlink</span><span class='lparen'>(</span><span class='id identifier rubyid_other_record'>other_record</span><span class='comma'>,</span> <span class='id identifier rubyid_relation_name'>relation_name</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
1388
1471
  <span class='id identifier rubyid_called_from_collection'>called_from_collection</span> <span class='op'>=</span> <span class='id identifier rubyid_collection_name'>collection_name</span> <span class='op'>?</span> <span class='kw'>true</span> <span class='op'>:</span> <span class='kw'>false</span>
@@ -1443,12 +1526,12 @@ response is passed to the .fail block</p>
1443
1526
  <pre class="lines">
1444
1527
 
1445
1528
 
1446
- 112
1447
- 113
1448
- 114</pre>
1529
+ 119
1530
+ 120
1531
+ 121</pre>
1449
1532
  </td>
1450
1533
  <td>
1451
- <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 112</span>
1534
+ <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 119</span>
1452
1535
 
1453
1536
  <span class='kw'>def</span> <span class='id identifier rubyid_reflections'>reflections</span>
1454
1537
  <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='period'>.</span><span class='id identifier rubyid_reflections'>reflections</span>
@@ -1502,14 +1585,14 @@ response is passed to the .fail block</p>
1502
1585
  <pre class="lines">
1503
1586
 
1504
1587
 
1505
- 119
1506
- 120
1507
- 121
1508
- 122
1509
- 123</pre>
1588
+ 126
1589
+ 127
1590
+ 128
1591
+ 129
1592
+ 130</pre>
1510
1593
  </td>
1511
1594
  <td>
1512
- <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 119</span>
1595
+ <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 126</span>
1513
1596
 
1514
1597
  <span class='kw'>def</span> <span class='id identifier rubyid_reset'>reset</span>
1515
1598
  <span class='id identifier rubyid__register_observer'>_register_observer</span>
@@ -1560,12 +1643,12 @@ response is passed to the .fail block</p>
1560
1643
  <pre class="lines">
1561
1644
 
1562
1645
 
1563
- 128
1564
- 129
1565
- 130</pre>
1646
+ 135
1647
+ 136
1648
+ 137</pre>
1566
1649
  </td>
1567
1650
  <td>
1568
- <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 128</span>
1651
+ <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 135</span>
1569
1652
 
1570
1653
  <span class='kw'>def</span> <span class='id identifier rubyid_resource_base_uri'>resource_base_uri</span>
1571
1654
  <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='period'>.</span><span class='id identifier rubyid_resource_base_uri'>resource_base_uri</span>
@@ -1619,14 +1702,14 @@ response is passed to the .fail block</p>
1619
1702
  <pre class="lines">
1620
1703
 
1621
1704
 
1622
- 135
1623
- 136
1624
- 137
1625
- 138
1626
- 139</pre>
1705
+ 142
1706
+ 143
1707
+ 144
1708
+ 145
1709
+ 146</pre>
1627
1710
  </td>
1628
1711
  <td>
1629
- <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 135</span>
1712
+ <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 142</span>
1630
1713
 
1631
1714
  <span class='kw'>def</span> <span class='id identifier rubyid_save'>save</span>
1632
1715
  <span class='id identifier rubyid__register_observer'>_register_observer</span>
@@ -1677,15 +1760,15 @@ response is passed to the .fail block</p>
1677
1760
  <pre class="lines">
1678
1761
 
1679
1762
 
1680
- 144
1681
- 145
1682
- 146
1683
- 147
1684
- 148
1685
- 149</pre>
1763
+ 151
1764
+ 152
1765
+ 153
1766
+ 154
1767
+ 155
1768
+ 156</pre>
1686
1769
  </td>
1687
1770
  <td>
1688
- <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 144</span>
1771
+ <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 151</span>
1689
1772
 
1690
1773
  <span class='kw'>def</span> <span class='id identifier rubyid_to_hash'>to_hash</span>
1691
1774
  <span class='id identifier rubyid__register_observer'>_register_observer</span>
@@ -1737,13 +1820,13 @@ response is passed to the .fail block</p>
1737
1820
  <pre class="lines">
1738
1821
 
1739
1822
 
1740
- 154
1741
- 155
1742
- 156
1743
- 157</pre>
1823
+ 161
1824
+ 162
1825
+ 163
1826
+ 164</pre>
1744
1827
  </td>
1745
1828
  <td>
1746
- <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 154</span>
1829
+ <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 161</span>
1747
1830
 
1748
1831
  <span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
1749
1832
  <span class='id identifier rubyid__register_observer'>_register_observer</span>
@@ -1799,14 +1882,14 @@ success is assumed</p>
1799
1882
  <pre class="lines">
1800
1883
 
1801
1884
 
1802
- 162
1803
- 163
1804
- 164
1805
- 165
1806
- 166</pre>
1885
+ 169
1886
+ 170
1887
+ 171
1888
+ 172
1889
+ 173</pre>
1807
1890
  </td>
1808
1891
  <td>
1809
- <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 162</span>
1892
+ <pre class="code"><span class="info file"># File 'lib/hyper_record/client_instance_methods.rb', line 169</span>
1810
1893
 
1811
1894
  <span class='kw'>def</span> <span class='id identifier rubyid_unlink'>unlink</span><span class='lparen'>(</span><span class='id identifier rubyid_other_record'>other_record</span><span class='rparen'>)</span>
1812
1895
  <span class='id identifier rubyid__register_observer'>_register_observer</span>
@@ -1823,7 +1906,7 @@ success is assumed</p>
1823
1906
  </div>
1824
1907
 
1825
1908
  <div id="footer">
1826
- Generated on Tue Jun 5 23:13:52 2018 by
1909
+ Generated on Sun Jun 10 23:18:42 2018 by
1827
1910
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1828
1911
  0.9.13 (ruby-2.5.1).
1829
1912
  </div>
@@ -554,7 +554,7 @@
554
554
  </div>
555
555
 
556
556
  <div id="footer">
557
- Generated on Tue Jun 5 23:13:52 2018 by
557
+ Generated on Sun Jun 10 23:18:42 2018 by
558
558
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
559
559
  0.9.13 (ruby-2.5.1).
560
560
  </div>
@@ -374,7 +374,7 @@
374
374
  </div>
375
375
 
376
376
  <div id="footer">
377
- Generated on Tue Jun 5 23:13:53 2018 by
377
+ Generated on Sun Jun 10 23:18:42 2018 by
378
378
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
379
379
  0.9.13 (ruby-2.5.1).
380
380
  </div>
@@ -2037,7 +2037,7 @@ again</p>
2037
2037
  </div>
2038
2038
 
2039
2039
  <div id="footer">
2040
- Generated on Tue Jun 5 23:13:52 2018 by
2040
+ Generated on Sun Jun 10 23:18:41 2018 by
2041
2041
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2042
2042
  0.9.13 (ruby-2.5.1).
2043
2043
  </div>
@@ -1669,7 +1669,7 @@ again</p>
1669
1669
  </div>
1670
1670
 
1671
1671
  <div id="footer">
1672
- Generated on Tue Jun 5 23:13:52 2018 by
1672
+ Generated on Sun Jun 10 23:18:41 2018 by
1673
1673
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1674
1674
  0.9.13 (ruby-2.5.1).
1675
1675
  </div>
@@ -687,7 +687,7 @@
687
687
  </div>
688
688
 
689
689
  <div id="footer">
690
- Generated on Tue Jun 5 23:13:52 2018 by
690
+ Generated on Sun Jun 10 23:18:42 2018 by
691
691
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
692
692
  0.9.13 (ruby-2.5.1).
693
693
  </div>
@@ -109,7 +109,7 @@
109
109
  </div>
110
110
 
111
111
  <div id="footer">
112
- Generated on Tue Jun 5 23:13:52 2018 by
112
+ Generated on Sun Jun 10 23:18:41 2018 by
113
113
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
114
114
  0.9.13 (ruby-2.5.1).
115
115
  </div>
@@ -342,7 +342,7 @@
342
342
  </div>
343
343
 
344
344
  <div id="footer">
345
- Generated on Tue Jun 5 23:13:53 2018 by
345
+ Generated on Sun Jun 10 23:18:42 2018 by
346
346
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
347
347
  0.9.13 (ruby-2.5.1).
348
348
  </div>
@@ -1785,7 +1785,7 @@ JSON then an error will very likely be thrown.</p>
1785
1785
  </div>
1786
1786
 
1787
1787
  <div id="footer">
1788
- Generated on Tue Jun 5 23:13:53 2018 by
1788
+ Generated on Sun Jun 10 23:18:42 2018 by
1789
1789
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1790
1790
  0.9.13 (ruby-2.5.1).
1791
1791
  </div>
@@ -469,7 +469,7 @@
469
469
  </div>
470
470
 
471
471
  <div id="footer">
472
- Generated on Tue Jun 5 23:13:53 2018 by
472
+ Generated on Sun Jun 10 23:18:42 2018 by
473
473
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
474
474
  0.9.13 (ruby-2.5.1).
475
475
  </div>
@@ -215,7 +215,7 @@
215
215
  </div>
216
216
 
217
217
  <div id="footer">
218
- Generated on Tue Jun 5 23:13:53 2018 by
218
+ Generated on Sun Jun 10 23:18:42 2018 by
219
219
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
220
220
  0.9.13 (ruby-2.5.1).
221
221
  </div>
@@ -95,7 +95,7 @@
95
95
  </div>
96
96
 
97
97
  <div id="footer">
98
- Generated on Tue Jun 5 23:13:52 2018 by
98
+ Generated on Sun Jun 10 23:18:42 2018 by
99
99
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
100
100
  0.9.13 (ruby-2.5.1).
101
101
  </div>
@@ -1200,7 +1200,7 @@
1200
1200
  </div>
1201
1201
 
1202
1202
  <div id="footer">
1203
- Generated on Tue Jun 5 23:13:52 2018 by
1203
+ Generated on Sun Jun 10 23:18:42 2018 by
1204
1204
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1205
1205
  0.9.13 (ruby-2.5.1).
1206
1206
  </div>
@@ -519,7 +519,7 @@
519
519
  </div>
520
520
 
521
521
  <div id="footer">
522
- Generated on Tue Jun 5 23:13:53 2018 by
522
+ Generated on Sun Jun 10 23:18:42 2018 by
523
523
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
524
524
  0.9.13 (ruby-2.5.1).
525
525
  </div>
@@ -370,7 +370,7 @@
370
370
  </div>
371
371
 
372
372
  <div id="footer">
373
- Generated on Tue Jun 5 23:13:53 2018 by
373
+ Generated on Sun Jun 10 23:18:42 2018 by
374
374
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
375
375
  0.9.13 (ruby-2.5.1).
376
376
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Jun 5 23:13:53 2018 by
117
+ Generated on Sun Jun 10 23:18:42 2018 by
118
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
119
  0.9.13 (ruby-2.5.1).
120
120
  </div>
@@ -216,7 +216,7 @@
216
216
  </div>
217
217
 
218
218
  <div id="footer">
219
- Generated on Tue Jun 5 23:13:52 2018 by
219
+ Generated on Sun Jun 10 23:18:42 2018 by
220
220
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
221
221
  0.9.13 (ruby-2.5.1).
222
222
  </div>
@@ -289,7 +289,7 @@
289
289
  </div>
290
290
 
291
291
  <div id="footer">
292
- Generated on Tue Jun 5 23:13:52 2018 by
292
+ Generated on Sun Jun 10 23:18:42 2018 by
293
293
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
294
294
  0.9.13 (ruby-2.5.1).
295
295
  </div>
@@ -109,7 +109,7 @@
109
109
  <dt id="VERSION-constant" class="">VERSION =
110
110
 
111
111
  </dt>
112
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>1.0.0.lap79</span><span class='tstring_end'>&#39;</span></span></pre></dd>
112
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>1.0.0.lap81</span><span class='tstring_end'>&#39;</span></span></pre></dd>
113
113
 
114
114
  </dl>
115
115
 
@@ -125,7 +125,7 @@
125
125
  </div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Tue Jun 5 23:13:52 2018 by
128
+ Generated on Sun Jun 10 23:18:41 2018 by
129
129
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
130
  0.9.13 (ruby-2.5.1).
131
131
  </div>
data/docs/Hyperloop.html CHANGED
@@ -176,7 +176,7 @@
176
176
  </div>
177
177
 
178
178
  <div id="footer">
179
- Generated on Tue Jun 5 23:13:52 2018 by
179
+ Generated on Sun Jun 10 23:18:41 2018 by
180
180
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
181
181
  0.9.13 (ruby-2.5.1).
182
182
  </div>