Skip to content

Commit adb6c90

Browse files
committed
Remove blank lines
1 parent 26111c7 commit adb6c90

File tree

2,762 files changed

+18
-646807
lines changed

Some content is hidden

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

2,762 files changed

+18
-646807
lines changed

source/documentation/2.14/rspec-core/Autotest/Rspec2.html

Lines changed: 0 additions & 228 deletions
Large diffs are not rendered by default.

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

Lines changed: 0 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -5,194 +5,106 @@
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
66
<title>
77
Module: Kernel
8-
98
&mdash; Documentation by YARD 0.8.0
10-
119
</title>
12-
1310
<link rel="stylesheet" href="/stylesheets/docs/style.css" type="text/css" charset="utf-8" />
14-
1511
<link rel="stylesheet" href="/stylesheets/docs/common.css" type="text/css" charset="utf-8" />
16-
1712
<script type="text/javascript" charset="utf-8">
1813
hasFrames = window.top.frames.main ? true : false;
1914
relpath = '';
2015
framesUrl = "frames.html#!" + escape(window.location.href);
2116
</script>
22-
23-
2417
<script type="text/javascript" charset="utf-8" src="/javascripts/docs/jquery.js"></script>
25-
2618
<script type="text/javascript" charset="utf-8" src="/javascripts/docs/app.js"></script>
27-
28-
2919
</head>
3020
<body>
3121
<div id="header">
3222
<div id="menu">
33-
3423
<a href="_index.html">Index (K)</a> &raquo;
35-
36-
3724
<span class="title">Kernel</span>
38-
39-
4025
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
4126
</div>
42-
4327
<div id="search">
44-
4528
<a class="full_list_link" id="class_list_link"
4629
href="class_list.html">
4730
Class List
4831
</a>
49-
5032
<a class="full_list_link" id="method_list_link"
5133
href="method_list.html">
5234
Method List
5335
</a>
54-
5536
<a class="full_list_link" id="file_list_link"
5637
href="file_list.html">
5738
File List
5839
</a>
59-
6040
</div>
6141
<div class="clear"></div>
6242
</div>
63-
6443
<iframe id="search_frame"></iframe>
65-
6644
<div id="content"><h1>Module: Kernel
67-
68-
69-
7045
</h1>
71-
7246
<dl class="box">
73-
74-
75-
76-
77-
78-
79-
80-
8147
<dt class="r1 last">Defined in:</dt>
8248
<dd class="r1 last">lib/rspec/core/extensions/kernel.rb</dd>
83-
8449
</dl>
8550
<div class="clear"></div>
86-
87-
88-
89-
90-
91-
92-
93-
94-
9551
<h2>
9652
Instance Method Summary
9753
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
9854
</h2>
99-
10055
<ul class="summary">
101-
10256
<li class="public ">
10357
<span class="summary_signature">
104-
10558
<a href="#debugger-instance_method" title="#debugger (instance method)">- (Object) <strong>debugger</strong>(*args) </a>
106-
107-
108-
10959
</span>
110-
111-
112-
113-
114-
115-
116-
117-
118-
11960
<span class="summary_desc"><div class='inline'><p>If not already defined by ruby-debug, this implementation prints helpful
12061
message to STDERR when ruby-debug is not loaded.</p>
12162
</div></span>
122-
12363
</li>
124-
125-
12664
</ul>
127-
128-
129-
130-
13165
<div id="instance_method_details" class="method_details_list">
13266
<h2>Instance Method Details</h2>
133-
134-
13567
<div class="method_details first">
13668
<h3 class="signature first" id="debugger-instance_method">
137-
13869
- (<tt>Object</tt>) <strong>debugger</strong>(*args)
139-
140-
141-
142-
143-
14470
</h3><div class="docstring">
14571
<div class="discussion">
14672
<p>If not already defined by ruby-debug, this implementation prints helpful
14773
message to STDERR when ruby-debug is not loaded.</p>
148-
149-
15074
</div>
15175
</div>
15276
<div class="tags">
153-
154-
15577
</div><table class="source_code">
15678
<tr>
15779
<td>
15880
<pre class="lines">
159-
160-
16181
5
16282
6
16383
7</pre>
16484
</td>
16585
<td>
16686
<pre class="code"><span class="info file"># File 'lib/rspec/core/extensions/kernel.rb', line 5</span>
167-
16887
<span class='kw'>def</span> <span class='id identifier rubyid_debugger'>debugger</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='rparen'>)</span>
16988
<span class='lparen'>(</span><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_error_stream'>error_stream</span> <span class='op'>||</span> <span class='gvar'>$stderr</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_puts'>puts</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>\n***** debugger statement ignored, use -d or --debug option to enable debugging\n</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_caller'>caller</span><span class='lparen'>(</span><span class='int'>0</span><span class='rparen'>)</span><span class='lbracket'>[</span><span class='int'>1</span><span class='rbracket'>]</span><span class='embexpr_end'>}</span><span class='tstring_end'>&quot;</span></span>
17089
<span class='kw'>end</span></pre>
17190
</td>
17291
</tr>
17392
</table>
17493
</div>
175-
17694
</div>
177-
17895
</div>
179-
18096
<div id="footer">
18197
Generated on Thu Jan 29 14:04:30 2015 by
18298
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
18399
0.8.0 (ruby-2.1.5).
184100
</div>
185-
186101
<script>
187102
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
188103
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
189104
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
190105
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
191-
192106
ga('create', 'UA-59095215-1', 'auto');
193107
ga('send', 'pageview');
194-
195108
</script>
196-
197109
</body>
198110
</html>

0 commit comments

Comments
 (0)