Skip to content

Commit d1ba013

Browse files
committedSep 28, 2014
Update master
1 parent 00762c9 commit d1ba013

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+3910
-2548
lines changed
 

‎doc/master/corelib/ArgumentError.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="
141141
</div>
142142

143143
<div id="footer">
144-
Generated on 19 August 2014 by
144+
Generated on 29 September 2014 by
145145
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
146-
0.8.7.4 (ruby-2.1.2).
146+
0.8.7.4 (ruby-2.1.3).
147147
</div>
148148

149149
</body>

‎doc/master/corelib/Array.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -2481,7 +2481,7 @@ <h3 class="signature " id="==-instance_method">
24812481
var a = self[i],
24822482
b = other[i];
24832483

2484-
if (a._isArray &amp;&amp; b._isArray &amp;&amp; (a === self)) {
2484+
if (a.$$is_array &amp;&amp; b.$$is_array &amp;&amp; (a === self)) {
24852485
continue;
24862486
}
24872487

@@ -3911,7 +3911,7 @@ <h3 class="signature " id="eql?-instance_method">
39113911
var a = self[i],
39123912
b = other[i];
39133913

3914-
if (a._isArray &amp;&amp; b._isArray &amp;&amp; (a === self)) {
3914+
if (a.$$is_array &amp;&amp; b.$$is_array &amp;&amp; (a === self)) {
39153915
continue;
39163916
}
39173917

@@ -4423,7 +4423,7 @@ <h3 class="signature " id="hash-instance_method">
44234423
<pre class="code"><span class="info file"># File 'opal/corelib/array.rb', line 918</span>
44244424

44254425
<span class='kw'>def</span> <span class='id identifier rubyid_hash'>hash</span>
4426-
<span class='backtick'>`</span><span class='tstring_content'>self._id || (self._id = Opal.uid())</span><span class='tstring_end'>`</span></span>
4426+
<span class='backtick'>`</span><span class='tstring_content'>self.$$id || (self.$$id = Opal.uid())</span><span class='tstring_end'>`</span></span>
44274427
<span class='kw'>end</span></pre>
44284428
</td>
44294429
</tr>
@@ -6601,9 +6601,9 @@ <h3 class="signature " id="|-instance_method">
66016601
</div>
66026602

66036603
<div id="footer">
6604-
Generated on 19 August 2014 by
6604+
Generated on 29 September 2014 by
66056605
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
6606-
0.8.7.4 (ruby-2.1.2).
6606+
0.8.7.4 (ruby-2.1.3).
66076607
</div>
66086608

66096609
</body>

0 commit comments

Comments
 (0)