caliph 0.1.1 → 0.1.2

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.
@@ -0,0 +1,242 @@
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: Caliph::WrappingChain
8
+
9
+ &mdash; 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#!Caliph/WrappingChain.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 (W)</a> &raquo;
35
+ <span class='title'><span class='object_link'><a href="../Caliph.html" title="Caliph (module)">Caliph</a></span></span>
36
+ &raquo;
37
+ <span class="title">WrappingChain</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: Caliph::WrappingChain
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="CommandChain.html" title="Caliph::CommandChain (class)">CommandChain</a></span></span>
77
+
78
+ <ul class="fullTree">
79
+ <li>Object</li>
80
+
81
+ <li class="next"><span class='object_link'><a href="CommandLine.html" title="Caliph::CommandLine (class)">CommandLine</a></span></li>
82
+
83
+ <li class="next"><span class='object_link'><a href="CommandChain.html" title="Caliph::CommandChain (class)">CommandChain</a></span></li>
84
+
85
+ <li class="next">Caliph::WrappingChain</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/caliph/command-chain.rb</dd>
102
+
103
+ </dl>
104
+ <div class="clear"></div>
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+ <h2>Instance Attribute Summary</h2>
113
+
114
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="CommandChain.html" title="Caliph::CommandChain (class)">CommandChain</a></span></h3>
115
+ <p class="inherited"><span class='object_link'><a href="CommandChain.html#commands-instance_method" title="Caliph::CommandChain#commands (method)">#commands</a></span></p>
116
+
117
+
118
+
119
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="CommandLine.html" title="Caliph::CommandLine (class)">CommandLine</a></span></h3>
120
+ <p class="inherited"><span class='object_link'><a href="CommandLine.html#env-instance_method" title="Caliph::CommandLine#env (method)">#env</a></span>, <span class='object_link'><a href="CommandLine.html#executable-instance_method" title="Caliph::CommandLine#executable (method)">#executable</a></span>, <span class='object_link'><a href="CommandLine.html#name-instance_method" title="Caliph::CommandLine#name (method)">#name</a></span>, <span class='object_link'><a href="CommandLine.html#options-instance_method" title="Caliph::CommandLine#options (method)">#options</a></span>, <span class='object_link'><a href="CommandLine.html#output_stream-instance_method" title="Caliph::CommandLine#output_stream (method)">#output_stream</a></span>, <span class='object_link'><a href="CommandLine.html#redirections-instance_method" title="Caliph::CommandLine#redirections (method)">#redirections</a></span></p>
121
+
122
+
123
+
124
+ <h2>
125
+ Instance Method Summary
126
+ <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
127
+ </h2>
128
+
129
+ <ul class="summary">
130
+
131
+ <li class="public ">
132
+ <span class="summary_signature">
133
+
134
+ <a href="#command-instance_method" title="#command (instance method)">- (Object) <strong>command</strong> </a>
135
+
136
+
137
+
138
+ </span>
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+ <span class="summary_desc"><div class='inline'></div></span>
149
+
150
+ </li>
151
+
152
+
153
+ </ul>
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="CommandChain.html" title="Caliph::CommandChain (class)">CommandChain</a></span></h3>
166
+ <p class="inherited"><span class='object_link'><a href="CommandChain.html#add-instance_method" title="Caliph::CommandChain#add (method)">#add</a></span>, <span class='object_link'><a href="CommandChain.html#command_environment-instance_method" title="Caliph::CommandChain#command_environment (method)">#command_environment</a></span>, <span class='object_link'><a href="CommandChain.html#initialize-instance_method" title="Caliph::CommandChain#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="CommandChain.html#name-instance_method" title="Caliph::CommandChain#name (method)">#name</a></span></p>
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+ <h3 class="inherited">Methods included from <span class='object_link'><a href="DefineOp.html" title="Caliph::DefineOp (module)">DefineOp</a></span></h3>
177
+ <p class="inherited"><span class='object_link'><a href="DefineOp.html#included-class_method" title="Caliph::DefineOp.included (method)">included</a></span></p>
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="CommandLine.html" title="Caliph::CommandLine (class)">CommandLine</a></span></h3>
188
+ <p class="inherited"><span class='object_link'><a href="CommandLine.html#collect_result-instance_method" title="Caliph::CommandLine#collect_result (method)">#collect_result</a></span>, <span class='object_link'><a href="CommandLine.html#complete-instance_method" title="Caliph::CommandLine#complete (method)">#complete</a></span>, <span class='object_link'><a href="CommandLine.html#copy_stream_to-instance_method" title="Caliph::CommandLine#copy_stream_to (method)">#copy_stream_to</a></span>, <span class='object_link'><a href="CommandLine.html#emit_recording-class_method" title="Caliph::CommandLine.emit_recording (method)">emit_recording</a></span>, <span class='object_link'><a href="CommandLine.html#execute-instance_method" title="Caliph::CommandLine#execute (method)">#execute</a></span>, <span class='object_link'><a href="CommandLine.html#execute-class_method" title="Caliph::CommandLine.execute (method)">execute</a></span>, <span class='object_link'><a href="CommandLine.html#initialize-instance_method" title="Caliph::CommandLine#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="CommandLine.html#kill_process-instance_method" title="Caliph::CommandLine#kill_process (method)">#kill_process</a></span>, <span class='object_link'><a href="CommandLine.html#must_succeed%21-instance_method" title="Caliph::CommandLine#must_succeed! (method)">#must_succeed!</a></span>, <span class='object_link'><a href="CommandLine.html#options_composition-instance_method" title="Caliph::CommandLine#options_composition (method)">#options_composition</a></span>, <span class='object_link'><a href="CommandLine.html#original_execute-instance_method" title="Caliph::CommandLine#original_execute (method)">#original_execute</a></span>, <span class='object_link'><a href="CommandLine.html#redirect_both-instance_method" title="Caliph::CommandLine#redirect_both (method)">#redirect_both</a></span>, <span class='object_link'><a href="CommandLine.html#redirect_from-instance_method" title="Caliph::CommandLine#redirect_from (method)">#redirect_from</a></span>, <span class='object_link'><a href="CommandLine.html#redirect_stderr-instance_method" title="Caliph::CommandLine#redirect_stderr (method)">#redirect_stderr</a></span>, <span class='object_link'><a href="CommandLine.html#redirect_stdin-instance_method" title="Caliph::CommandLine#redirect_stdin (method)">#redirect_stdin</a></span>, <span class='object_link'><a href="CommandLine.html#redirect_stdout-instance_method" title="Caliph::CommandLine#redirect_stdout (method)">#redirect_stdout</a></span>, <span class='object_link'><a href="CommandLine.html#redirect_to-instance_method" title="Caliph::CommandLine#redirect_to (method)">#redirect_to</a></span>, <span class='object_link'><a href="CommandLine.html#report-instance_method" title="Caliph::CommandLine#report (method)">#report</a></span>, <span class='object_link'><a href="CommandLine.html#run-instance_method" title="Caliph::CommandLine#run (method)">#run</a></span>, <span class='object_link'><a href="CommandLine.html#run_as_replacement-instance_method" title="Caliph::CommandLine#run_as_replacement (method)">#run_as_replacement</a></span>, <span class='object_link'><a href="CommandLine.html#run_detached-instance_method" title="Caliph::CommandLine#run_detached (method)">#run_detached</a></span>, <span class='object_link'><a href="CommandLine.html#run_in_background-instance_method" title="Caliph::CommandLine#run_in_background (method)">#run_in_background</a></span>, <span class='object_link'><a href="CommandLine.html#set_env-instance_method" title="Caliph::CommandLine#set_env (method)">#set_env</a></span>, <span class='object_link'><a href="CommandLine.html#spawn_process-instance_method" title="Caliph::CommandLine#spawn_process (method)">#spawn_process</a></span>, <span class='object_link'><a href="CommandLine.html#string_format-instance_method" title="Caliph::CommandLine#string_format (method)">#string_format</a></span>, <span class='object_link'><a href="CommandLine.html#succeeds%3F-instance_method" title="Caliph::CommandLine#succeeds? (method)">#succeeds?</a></span>, <span class='object_link'><a href="CommandLine.html#verbose-instance_method" title="Caliph::CommandLine#verbose (method)">#verbose</a></span></p>
189
+ <div id="constructor_details" class="method_details_list">
190
+ <h2>Constructor Details</h2>
191
+
192
+ <p class="notice">This class inherits a constructor from <span class='object_link'><a href="CommandChain.html#initialize-instance_method" title="Caliph::CommandChain#initialize (method)">Caliph::CommandChain</a></span></p>
193
+
194
+ </div>
195
+
196
+
197
+ <div id="instance_method_details" class="method_details_list">
198
+ <h2>Instance Method Details</h2>
199
+
200
+
201
+ <div class="method_details first">
202
+ <h3 class="signature first" id="command-instance_method">
203
+
204
+ - (<tt>Object</tt>) <strong>command</strong>
205
+
206
+
207
+
208
+
209
+
210
+ </h3><table class="source_code">
211
+ <tr>
212
+ <td>
213
+ <pre class="lines">
214
+
215
+
216
+ 37
217
+ 38
218
+ 39</pre>
219
+ </td>
220
+ <td>
221
+ <pre class="code"><span class="info file"># File 'lib/caliph/command-chain.rb', line 37</span>
222
+
223
+ <span class='kw'>def</span> <span class='id identifier rubyid_command'>command</span>
224
+ <span class='ivar'>@commands</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_cmd'>cmd</span><span class='op'>|</span> <span class='id identifier rubyid_cmd'>cmd</span><span class='period'>.</span><span class='id identifier rubyid_command'>command</span><span class='rbrace'>}</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'> -- </span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
225
+ <span class='kw'>end</span></pre>
226
+ </td>
227
+ </tr>
228
+ </table>
229
+ </div>
230
+
231
+ </div>
232
+
233
+ </div>
234
+
235
+ <div id="footer">
236
+ Generated on Fri Jun 13 17:31:08 2014 by
237
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
238
+ 0.8.7.4 (ruby-2.0.0).
239
+ </div>
240
+
241
+ </body>
242
+ </html>
data/doc/Caliph.html ADDED
@@ -0,0 +1,119 @@
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
+ Module: Caliph
8
+
9
+ &mdash; 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#!Caliph.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 (C)</a> &raquo;
35
+
36
+
37
+ <span class="title">Caliph</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>Module: Caliph
67
+
68
+
69
+
70
+ </h1>
71
+
72
+ <dl class="box">
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+ <dt class="r1 last">Defined in:</dt>
82
+ <dd class="r1 last">lib/caliph/define-op.rb<span class="defines">,<br />
83
+ lib/caliph/command-line.rb,<br /> lib/caliph/command-chain.rb,<br /> lib/caliph/shell-escaped.rb,<br /> lib/caliph/command-line-dsl.rb,<br /> lib/caliph/command-run-result.rb,<br /> lib/caliph/testing/record-commands.rb,<br /> lib/caliph/testing/mock-command-line.rb</span>
84
+ </dd>
85
+
86
+ </dl>
87
+ <div class="clear"></div>
88
+
89
+ <h2>Defined Under Namespace</h2>
90
+ <p class="children">
91
+
92
+
93
+ <strong class="modules">Modules:</strong> <span class='object_link'><a href="Caliph/CommandLineDSL.html" title="Caliph::CommandLineDSL (module)">CommandLineDSL</a></span>, <span class='object_link'><a href="Caliph/CommandLineExampleGroup.html" title="Caliph::CommandLineExampleGroup (module)">CommandLineExampleGroup</a></span>, <span class='object_link'><a href="Caliph/DefineOp.html" title="Caliph::DefineOp (module)">DefineOp</a></span>
94
+
95
+
96
+
97
+ <strong class="classes">Classes:</strong> <span class='object_link'><a href="Caliph/CommandChain.html" title="Caliph::CommandChain (class)">CommandChain</a></span>, <span class='object_link'><a href="Caliph/CommandLine.html" title="Caliph::CommandLine (class)">CommandLine</a></span>, <span class='object_link'><a href="Caliph/CommandRunResult.html" title="Caliph::CommandRunResult (class)">CommandRunResult</a></span>, <span class='object_link'><a href="Caliph/MockCommandResult.html" title="Caliph::MockCommandResult (class)">MockCommandResult</a></span>, <span class='object_link'><a href="Caliph/PipelineChain.html" title="Caliph::PipelineChain (class)">PipelineChain</a></span>, <span class='object_link'><a href="Caliph/PrereqChain.html" title="Caliph::PrereqChain (class)">PrereqChain</a></span>, <span class='object_link'><a href="Caliph/ShellEscaped.html" title="Caliph::ShellEscaped (class)">ShellEscaped</a></span>, <span class='object_link'><a href="Caliph/WrappingChain.html" title="Caliph::WrappingChain (class)">WrappingChain</a></span>
98
+
99
+
100
+ </p>
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+ </div>
111
+
112
+ <div id="footer">
113
+ Generated on Fri Jun 13 17:31:07 2014 by
114
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
115
+ 0.8.7.4 (ruby-2.0.0).
116
+ </div>
117
+
118
+ </body>
119
+ </html>
data/doc/_index.html ADDED
@@ -0,0 +1,241 @@
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
+ Documentation by YARD 0.8.7.4
8
+
9
+ </title>
10
+
11
+ <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
12
+
13
+ <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
14
+
15
+ <script type="text/javascript" charset="utf-8">
16
+ hasFrames = window.top.frames.main ? true : false;
17
+ relpath = '';
18
+ framesUrl = "frames.html#!_index.html";
19
+ </script>
20
+
21
+
22
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
23
+
24
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
25
+
26
+
27
+ </head>
28
+ <body>
29
+ <div id="header">
30
+ <div id="menu">
31
+
32
+
33
+ <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
34
+ </div>
35
+
36
+ <div id="search">
37
+
38
+ <a class="full_list_link" id="class_list_link"
39
+ href="class_list.html">
40
+ Class List
41
+ </a>
42
+
43
+ <a class="full_list_link" id="method_list_link"
44
+ href="method_list.html">
45
+ Method List
46
+ </a>
47
+
48
+ <a class="full_list_link" id="file_list_link"
49
+ href="file_list.html">
50
+ File List
51
+ </a>
52
+
53
+ </div>
54
+ <div class="clear"></div>
55
+ </div>
56
+
57
+ <iframe id="search_frame"></iframe>
58
+
59
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.8.7.4</h1>
60
+ <div id="listing">
61
+ <h1 class="alphaindex">Alphabetic Index</h1>
62
+
63
+ <h2>File Listing</h2>
64
+ <ul id="files" class="index_inline_list">
65
+
66
+
67
+ <li class="r1"><a href="index.html" title="README">README</a></li>
68
+
69
+
70
+ </ul>
71
+
72
+ <div class="clear"></div>
73
+ <h2>Namespace Listing A-Z</h2>
74
+
75
+
76
+
77
+
78
+ <table>
79
+ <tr>
80
+ <td valign='top' width="33%">
81
+
82
+
83
+ <ul id="alpha_C" class="alpha">
84
+ <li class="letter">C</li>
85
+ <ul>
86
+
87
+ <li>
88
+ <span class='object_link'><a href="Caliph.html" title="Caliph (module)">Caliph</a></span>
89
+
90
+ </li>
91
+
92
+ <li>
93
+ <span class='object_link'><a href="Caliph/DefineOp/ClassMethods.html" title="Caliph::DefineOp::ClassMethods (module)">ClassMethods</a></span>
94
+
95
+ <small>(Caliph::DefineOp)</small>
96
+
97
+ </li>
98
+
99
+ <li>
100
+ <span class='object_link'><a href="Caliph/CommandChain.html" title="Caliph::CommandChain (class)">CommandChain</a></span>
101
+
102
+ <small>(Caliph)</small>
103
+
104
+ </li>
105
+
106
+ <li>
107
+ <span class='object_link'><a href="Caliph/CommandLine.html" title="Caliph::CommandLine (class)">CommandLine</a></span>
108
+
109
+ <small>(Caliph)</small>
110
+
111
+ </li>
112
+
113
+ <li>
114
+ <span class='object_link'><a href="Caliph/CommandLineDSL.html" title="Caliph::CommandLineDSL (module)">CommandLineDSL</a></span>
115
+
116
+ <small>(Caliph)</small>
117
+
118
+ </li>
119
+
120
+ <li>
121
+ <span class='object_link'><a href="Caliph/CommandLineExampleGroup.html" title="Caliph::CommandLineExampleGroup (module)">CommandLineExampleGroup</a></span>
122
+
123
+ <small>(Caliph)</small>
124
+
125
+ </li>
126
+
127
+ <li>
128
+ <span class='object_link'><a href="Caliph/CommandRunResult.html" title="Caliph::CommandRunResult (class)">CommandRunResult</a></span>
129
+
130
+ <small>(Caliph)</small>
131
+
132
+ </li>
133
+
134
+ </ul>
135
+ </ul>
136
+
137
+
138
+ <ul id="alpha_D" class="alpha">
139
+ <li class="letter">D</li>
140
+ <ul>
141
+
142
+ <li>
143
+ <span class='object_link'><a href="Caliph/DefineOp.html" title="Caliph::DefineOp (module)">DefineOp</a></span>
144
+
145
+ <small>(Caliph)</small>
146
+
147
+ </li>
148
+
149
+ </ul>
150
+ </ul>
151
+
152
+
153
+ <ul id="alpha_M" class="alpha">
154
+ <li class="letter">M</li>
155
+ <ul>
156
+
157
+ <li>
158
+ <span class='object_link'><a href="Caliph/MockCommandResult.html" title="Caliph::MockCommandResult (class)">MockCommandResult</a></span>
159
+
160
+ <small>(Caliph)</small>
161
+
162
+ </li>
163
+
164
+ <li>
165
+ <span class='object_link'><a href="Caliph/CommandLineExampleGroup/MockingExecute.html" title="Caliph::CommandLineExampleGroup::MockingExecute (module)">MockingExecute</a></span>
166
+
167
+ <small>(Caliph::CommandLineExampleGroup)</small>
168
+
169
+ </li>
170
+
171
+ </ul>
172
+ </ul>
173
+
174
+
175
+ <ul id="alpha_P" class="alpha">
176
+ <li class="letter">P</li>
177
+ <ul>
178
+
179
+ <li>
180
+ <span class='object_link'><a href="Caliph/PipelineChain.html" title="Caliph::PipelineChain (class)">PipelineChain</a></span>
181
+
182
+ <small>(Caliph)</small>
183
+
184
+ </li>
185
+
186
+ <li>
187
+ <span class='object_link'><a href="Caliph/PrereqChain.html" title="Caliph::PrereqChain (class)">PrereqChain</a></span>
188
+
189
+ <small>(Caliph)</small>
190
+
191
+ </li>
192
+
193
+ </ul>
194
+ </ul>
195
+
196
+
197
+ <ul id="alpha_S" class="alpha">
198
+ <li class="letter">S</li>
199
+ <ul>
200
+
201
+ <li>
202
+ <span class='object_link'><a href="Caliph/ShellEscaped.html" title="Caliph::ShellEscaped (class)">ShellEscaped</a></span>
203
+
204
+ <small>(Caliph)</small>
205
+
206
+ </li>
207
+
208
+ </ul>
209
+ </ul>
210
+
211
+
212
+ <ul id="alpha_W" class="alpha">
213
+ <li class="letter">W</li>
214
+ <ul>
215
+
216
+ <li>
217
+ <span class='object_link'><a href="Caliph/WrappingChain.html" title="Caliph::WrappingChain (class)">WrappingChain</a></span>
218
+
219
+ <small>(Caliph)</small>
220
+
221
+ </li>
222
+
223
+ </ul>
224
+ </ul>
225
+
226
+ </td>
227
+ </tr>
228
+ </table>
229
+
230
+ </div>
231
+
232
+ </div>
233
+
234
+ <div id="footer">
235
+ Generated on Fri Jun 13 17:31:07 2014 by
236
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
237
+ 0.8.7.4 (ruby-2.0.0).
238
+ </div>
239
+
240
+ </body>
241
+ </html>
@@ -0,0 +1,54 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html>
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+
7
+ <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
8
+
9
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
10
+
11
+
12
+
13
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
16
+
17
+
18
+ <title>Class List</title>
19
+ <base id="base_target" target="_parent" />
20
+ </head>
21
+ <body>
22
+ <script type="text/javascript" charset="utf-8">
23
+ if (window.top.frames.main) {
24
+ document.getElementById('base_target').target = 'main';
25
+ document.body.className = 'frames';
26
+ }
27
+ </script>
28
+ <div id="content">
29
+ <h1 id="full_list_header">Class List</h1>
30
+ <div id="nav">
31
+
32
+ <span><a target="_self" href="class_list.html">
33
+ Classes
34
+ </a></span>
35
+
36
+ <span><a target="_self" href="method_list.html">
37
+ Methods
38
+ </a></span>
39
+
40
+ <span><a target="_self" href="file_list.html">
41
+ Files
42
+ </a></span>
43
+
44
+ </div>
45
+ <div id="search">Search: <input type="text" /></div>
46
+
47
+ <ul id="full_list" class="class">
48
+ <li><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></li>
49
+ <li><a class='toggle'></a> <span class='object_link'><a href="Caliph.html" title="Caliph (module)">Caliph</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="Caliph/CommandChain.html" title="Caliph::CommandChain (class)">CommandChain</a></span> &lt; CommandLine<small class='search_info'>Caliph</small></li><li><span class='object_link'><a href="Caliph/CommandLine.html" title="Caliph::CommandLine (class)">CommandLine</a></span> &lt; Object<small class='search_info'>Caliph</small></li><li><span class='object_link'><a href="Caliph/CommandLineDSL.html" title="Caliph::CommandLineDSL (module)">CommandLineDSL</a></span><small class='search_info'>Caliph</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Caliph/CommandLineExampleGroup.html" title="Caliph::CommandLineExampleGroup (module)">CommandLineExampleGroup</a></span><small class='search_info'>Caliph</small></li><ul><li><span class='object_link'><a href="Caliph/CommandLineExampleGroup/MockingExecute.html" title="Caliph::CommandLineExampleGroup::MockingExecute (module)">MockingExecute</a></span><small class='search_info'>Caliph::CommandLineExampleGroup</small></li></ul><li><span class='object_link'><a href="Caliph/CommandRunResult.html" title="Caliph::CommandRunResult (class)">CommandRunResult</a></span> &lt; Object<small class='search_info'>Caliph</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Caliph/DefineOp.html" title="Caliph::DefineOp (module)">DefineOp</a></span><small class='search_info'>Caliph</small></li><ul><li><span class='object_link'><a href="Caliph/DefineOp/ClassMethods.html" title="Caliph::DefineOp::ClassMethods (module)">ClassMethods</a></span><small class='search_info'>Caliph::DefineOp</small></li></ul><li><span class='object_link'><a href="Caliph/MockCommandResult.html" title="Caliph::MockCommandResult (class)">MockCommandResult</a></span> &lt; CommandRunResult<small class='search_info'>Caliph</small></li><li><span class='object_link'><a href="Caliph/PipelineChain.html" title="Caliph::PipelineChain (class)">PipelineChain</a></span> &lt; CommandChain<small class='search_info'>Caliph</small></li><li><span class='object_link'><a href="Caliph/PrereqChain.html" title="Caliph::PrereqChain (class)">PrereqChain</a></span> &lt; CommandChain<small class='search_info'>Caliph</small></li><li><span class='object_link'><a href="Caliph/ShellEscaped.html" title="Caliph::ShellEscaped (class)">ShellEscaped</a></span> &lt; CommandLine<small class='search_info'>Caliph</small></li><li><span class='object_link'><a href="Caliph/WrappingChain.html" title="Caliph::WrappingChain (class)">WrappingChain</a></span> &lt; CommandChain<small class='search_info'>Caliph</small></li></ul>
50
+
51
+ </ul>
52
+ </div>
53
+ </body>
54
+ </html>