Skip to content

Commit 327f48e

Browse files
committed
Regen 2.99 docs.
1 parent 4258e09 commit 327f48e

File tree

304 files changed

+37036
-4997
lines changed

Some content is hidden

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

304 files changed

+37036
-4997
lines changed

source/documentation/2.99/rspec-core/Kernel.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Module: Kernel
88

9-
&mdash; Documentation by YARD 0.8.7.6
9+
&mdash; Documentation by YARD 0.8.0
1010

1111
</title>
1212

@@ -17,7 +17,7 @@
1717
<script type="text/javascript" charset="utf-8">
1818
hasFrames = window.top.frames.main ? true : false;
1919
relpath = '';
20-
framesUrl = "frames.html#!Kernel.html";
20+
framesUrl = "frames.html#!" + escape(window.location.href);
2121
</script>
2222

2323

@@ -116,7 +116,8 @@ <h2>
116116

117117

118118

119-
<span class="summary_desc"><div class='inline'><p>If not already defined by ruby-debug, this implementation prints helpful message to STDERR when ruby-debug is not loaded.</p>
119+
<span class="summary_desc"><div class='inline'><p>If not already defined by ruby-debug, this implementation prints helpful
120+
message to STDERR when ruby-debug is not loaded.</p>
120121
</div></span>
121122

122123
</li>
@@ -177,9 +178,9 @@ <h3 class="signature first" id="debugger-instance_method">
177178
</div>
178179

179180
<div id="footer">
180-
Generated on Thu Dec 18 08:14:25 2014 by
181+
Generated on Wed Jan 28 22:10:23 2015 by
181182
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
182-
0.8.7.6 (ruby-2.1.5).
183+
0.8.0 (ruby-2.1.5).
183184
</div>
184185

185186
</body>

source/documentation/2.99/rspec-core/RSpec.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Module: RSpec
88

9-
&mdash; Documentation by YARD 0.8.7.6
9+
&mdash; Documentation by YARD 0.8.0
1010

1111
</title>
1212

@@ -17,7 +17,7 @@
1717
<script type="text/javascript" charset="utf-8">
1818
hasFrames = window.top.frames.main ? true : false;
1919
relpath = '';
20-
framesUrl = "frames.html#!RSpec.html";
20+
framesUrl = "frames.html#!" + escape(window.location.href);
2121
</script>
2222

2323

@@ -269,7 +269,8 @@ <h2>
269269

270270

271271

272-
<span class="summary_desc"><div class='inline'><p>Used internally to ensure examples get reloaded between multiple runs in the same process.</p>
272+
<span class="summary_desc"><div class='inline'><p>Used internally to ensure examples get reloaded between multiple runs in
273+
the same process.</p>
273274
</div></span>
274275

275276
</li>
@@ -314,7 +315,7 @@ <h3 class="signature first" id="configuration-class_method">
314315
<p class="tag_title">Examples:</p>
315316

316317

317-
<pre class="example code"><code><span class='const'>RSpec</span><span class='period'>.</span><span class='id identifier rubyid_configuration'>configuration</span><span class='period'>.</span><span class='id identifier rubyid_drb_port'>drb_port</span> <span class='op'>=</span> <span class='int'>1234</span></code></pre>
318+
<pre class="example code"><span class='const'>RSpec</span><span class='period'>.</span><span class='id identifier rubyid_configuration'>configuration</span><span class='period'>.</span><span class='id identifier rubyid_drb_port'>drb_port</span> <span class='op'>=</span> <span class='int'>1234</span></pre>
318319

319320
</div>
320321

@@ -399,9 +400,9 @@ <h3 class="signature " id="configure-class_method">
399400
<p class="tag_title">Examples:</p>
400401

401402

402-
<pre class="example code"><code><span class='const'>RSpec</span><span class='period'>.</span><span class='id identifier rubyid_configure'>configure</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_config'>config</span><span class='op'>|</span>
403+
<pre class="example code"><span class='const'>RSpec</span><span class='period'>.</span><span class='id identifier rubyid_configure'>configure</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_config'>config</span><span class='op'>|</span>
403404
<span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_add_formatter'>add_formatter</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>documentation</span><span class='tstring_end'>&#39;</span></span>
404-
<span class='kw'>end</span></code></pre>
405+
<span class='kw'>end</span></pre>
405406

406407
</div>
407408

@@ -531,7 +532,7 @@ <h3 class="signature " id="current_example-class_method">
531532
<p class="tag_title">Examples:</p>
532533

533534

534-
<pre class="example code"><code>
535+
<pre class="example code">
535536
<span class='const'>RSpec</span><span class='period'>.</span><span class='id identifier rubyid_configure'>configure</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_c'>c</span><span class='op'>|</span>
536537
<span class='comment'># context.example is deprecated, but RSpec.current_example is not
537538
</span> <span class='comment'># available until RSpec 3.0.
@@ -543,7 +544,7 @@ <h3 class="signature " id="current_example-class_method">
543544

544545
<span class='comment'># ...
545546
</span> <span class='kw'>end</span>
546-
<span class='kw'>end</span></code></pre>
547+
<span class='kw'>end</span></pre>
547548

548549
</div>
549550

@@ -661,9 +662,9 @@ <h3 class="signature " id="reset-class_method">
661662
</div>
662663

663664
<div id="footer">
664-
Generated on Thu Dec 18 08:14:25 2014 by
665+
Generated on Wed Jan 28 22:10:22 2015 by
665666
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
666-
0.8.7.6 (ruby-2.1.5).
667+
0.8.0 (ruby-2.1.5).
667668
</div>
668669

669670
</body>

source/documentation/2.99/rspec-core/RSpec/CallerFilter.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Class: RSpec::CallerFilter
88

9-
&mdash; Documentation by YARD 0.8.7.6
9+
&mdash; Documentation by YARD 0.8.0
1010

1111
</title>
1212

@@ -17,7 +17,7 @@
1717
<script type="text/javascript" charset="utf-8">
1818
hasFrames = window.top.frames.main ? true : false;
1919
relpath = '../';
20-
framesUrl = "../frames.html#!RSpec/CallerFilter.html";
20+
framesUrl = "../frames.html#!" + escape(window.location.href);
2121
</script>
2222

2323

@@ -265,9 +265,9 @@ <h3 class="signature first" id="first_non_rspec_line-class_method">
265265
</div>
266266

267267
<div id="footer">
268-
Generated on Thu Dec 18 08:14:26 2014 by
268+
Generated on Wed Jan 28 22:10:24 2015 by
269269
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
270-
0.8.7.6 (ruby-2.1.5).
270+
0.8.0 (ruby-2.1.5).
271271
</div>
272272

273273
</body>

source/documentation/2.99/rspec-core/RSpec/Core.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Module: RSpec::Core
88

9-
&mdash; Documentation by YARD 0.8.7.6
9+
&mdash; Documentation by YARD 0.8.0
1010

1111
</title>
1212

@@ -17,7 +17,7 @@
1717
<script type="text/javascript" charset="utf-8">
1818
hasFrames = window.top.frames.main ? true : false;
1919
relpath = '../';
20-
framesUrl = "../frames.html#!RSpec/Core.html";
20+
framesUrl = "../frames.html#!" + escape(window.location.href);
2121
</script>
2222

2323

@@ -152,7 +152,8 @@ <h2>
152152

153153

154154

155-
<span class="summary_desc"><div class='inline'><p>Alias the error for compatibility with extension gems (e.g. formatters) that depend on the const name of the error in RSpec &lt;= 2.8.</p>
155+
<span class="summary_desc"><div class='inline'><p>Alias the error for compatibility with extension gems (e.g. formatters)
156+
that depend on the const name of the error in RSpec &lt;= 2.8.</p>
156157
</div></span>
157158

158159
</li>
@@ -223,9 +224,9 @@ <h3 class="signature first" id="const_missing-class_method">
223224
</div>
224225

225226
<div id="footer">
226-
Generated on Thu Dec 18 08:14:25 2014 by
227+
Generated on Wed Jan 28 22:10:22 2015 by
227228
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
228-
0.8.7.6 (ruby-2.1.5).
229+
0.8.0 (ruby-2.1.5).
229230
</div>
230231

231232
</body>

source/documentation/2.99/rspec-core/RSpec/Core/BacktraceCleaner.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Class: RSpec::Core::BacktraceCleaner
88

9-
&mdash; Documentation by YARD 0.8.7.6
9+
&mdash; Documentation by YARD 0.8.0
1010

1111
</title>
1212

@@ -17,7 +17,7 @@
1717
<script type="text/javascript" charset="utf-8">
1818
hasFrames = window.top.frames.main ? true : false;
1919
relpath = '../../';
20-
framesUrl = "../../frames.html#!RSpec/Core/BacktraceCleaner.html";
20+
framesUrl = "../../frames.html#!" + escape(window.location.href);
2121
</script>
2222

2323

@@ -298,7 +298,7 @@ <h3 class="signature first" id="initialize-instance_method">
298298

299299
</h3><div class="docstring">
300300
<div class="discussion">
301-
<p>Returns a new instance of BacktraceCleaner</p>
301+
<p>A new instance of BacktraceCleaner</p>
302302

303303

304304
</div>
@@ -346,6 +346,7 @@ <h2>Instance Attribute Details</h2>
346346

347347

348348
<span id="exclusion_patterns=-instance_method"></span>
349+
<span id="exclusion_patterns-instance_method"></span>
349350
<div class="method_details first">
350351
<h3 class="signature first" id="exclusion_patterns-instance_method">
351352

@@ -388,6 +389,7 @@ <h3 class="signature first" id="exclusion_patterns-instance_method">
388389

389390

390391
<span id="inclusion_patterns=-instance_method"></span>
392+
<span id="inclusion_patterns-instance_method"></span>
391393
<div class="method_details ">
392394
<h3 class="signature " id="inclusion_patterns-instance_method">
393395

@@ -574,9 +576,9 @@ <h3 class="signature " id="full_backtrace?-instance_method">
574576
</div>
575577

576578
<div id="footer">
577-
Generated on Thu Dec 18 08:14:27 2014 by
579+
Generated on Wed Jan 28 22:10:25 2015 by
578580
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
579-
0.8.7.6 (ruby-2.1.5).
581+
0.8.0 (ruby-2.1.5).
580582
</div>
581583

582584
</body>

source/documentation/2.99/rspec-core/RSpec/Core/BacktraceFormatter.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Module: RSpec::Core::BacktraceFormatter
88

9-
&mdash; Documentation by YARD 0.8.7.6
9+
&mdash; Documentation by YARD 0.8.0
1010

1111
</title>
1212

@@ -17,7 +17,7 @@
1717
<script type="text/javascript" charset="utf-8">
1818
hasFrames = window.top.frames.main ? true : false;
1919
relpath = '../../';
20-
framesUrl = "../../frames.html#!RSpec/Core/BacktraceFormatter.html";
20+
framesUrl = "../../frames.html#!" + escape(window.location.href);
2121
</script>
2222

2323

@@ -189,9 +189,9 @@ <h3 class="signature first" id="format_backtrace-instance_method">
189189
</div>
190190

191191
<div id="footer">
192-
Generated on Thu Dec 18 08:14:25 2014 by
192+
Generated on Wed Jan 28 22:10:23 2015 by
193193
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
194-
0.8.7.6 (ruby-2.1.5).
194+
0.8.0 (ruby-2.1.5).
195195
</div>
196196

197197
</body>

source/documentation/2.99/rspec-core/RSpec/Core/CommandLine.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Class: RSpec::Core::CommandLine
88

9-
&mdash; Documentation by YARD 0.8.7.6
9+
&mdash; Documentation by YARD 0.8.0
1010

1111
</title>
1212

@@ -17,7 +17,7 @@
1717
<script type="text/javascript" charset="utf-8">
1818
hasFrames = window.top.frames.main ? true : false;
1919
relpath = '../../';
20-
framesUrl = "../../frames.html#!RSpec/Core/CommandLine.html";
20+
framesUrl = "../../frames.html#!" + escape(window.location.href);
2121
</script>
2222

2323

@@ -178,7 +178,7 @@ <h3 class="signature first" id="initialize-instance_method">
178178

179179
</h3><div class="docstring">
180180
<div class="discussion">
181-
<p>Returns a new instance of CommandLine</p>
181+
<p>A new instance of CommandLine</p>
182182

183183

184184
</div>
@@ -231,9 +231,9 @@ <h3 class="signature first" id="initialize-instance_method">
231231
</div>
232232

233233
<div id="footer">
234-
Generated on Thu Dec 18 08:14:26 2014 by
234+
Generated on Wed Jan 28 22:10:24 2015 by
235235
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
236-
0.8.7.6 (ruby-2.1.5).
236+
0.8.0 (ruby-2.1.5).
237237
</div>
238238

239239
</body>

0 commit comments

Comments
 (0)