reflection 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,285 @@
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 name="Content-Type" content="text/html; charset=UTF-8" />
6
+ <title>Module: Reflection</title>
7
+ <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
8
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
9
+
10
+ <script type="text/javascript" charset="utf-8">
11
+ relpath = '';
12
+ if (relpath != '') relpath += '/';
13
+ </script>
14
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
15
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
16
+
17
+ </head>
18
+ <body>
19
+ <div id="header">
20
+ <div id="menu">
21
+
22
+ <a href="_index.html">Index (R)</a> &raquo;
23
+
24
+
25
+ <span class="title">Reflection</span>
26
+
27
+ </div>
28
+
29
+ <div id="search">
30
+ <a id="class_list_link" href="#">Namespace List</a>
31
+ <a id="method_list_link" href="#">Method List</a>
32
+ <a id ="file_list_link" href="#">File List</a>
33
+ </div>
34
+
35
+ <div class="clear"></div>
36
+ </div>
37
+
38
+ <iframe id="search_frame"></iframe>
39
+
40
+ <div id="content"><h1>Module: Reflection
41
+
42
+
43
+ </h1>
44
+
45
+ <dl class="box">
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+ <dt class="r1 last">Defined in:</dt>
54
+ <dd class="r1 last">lib/reflection.rb<span class="defines">,<br />
55
+ lib/reflection/cli.rb,<br /> lib/reflection/rails.rb,<br /> lib/reflection/config.rb,<br /> lib/reflection/support.rb,<br /> lib/reflection/command.rb,<br /> lib/reflection/directory.rb,<br /> lib/reflection/repository.rb,<br /> lib/reflection/support/log.rb,<br /> lib/reflection/validations.rb,<br /> lib/reflection/support/home.rb,<br /> lib/reflection/command/base.rb,<br /> lib/reflection/command/apply.rb,<br /> lib/reflection/command/stash.rb,<br /> lib/reflection/directory/base.rb,<br /> lib/reflection/directory/stash.rb</span>
56
+ </dd>
57
+
58
+ </dl>
59
+ <div class="clear"></div>
60
+
61
+ <h2>Defined Under Namespace</h2>
62
+ <p class="children">
63
+
64
+
65
+ <strong class="modules">Modules:</strong> <a title="CLI" href="Reflection/CLI.html">CLI</a>, <a title="Command" href="Reflection/Command.html">Command</a>, <a title="Directory" href="Reflection/Directory.html">Directory</a>, <a title="Rails" href="Reflection/Rails.html">Rails</a>, <a title="Support" href="Reflection/Support.html">Support</a>, <a title="Validations" href="Reflection/Validations.html">Validations</a>
66
+
67
+
68
+
69
+ <strong class="classes">Classes:</strong> <a title="Config" href="Reflection/Config.html">Config</a>, <a title="ConfigArgumentError" href="Reflection/ConfigArgumentError.html">ConfigArgumentError</a>, <a title="Repository" href="Reflection/Repository.html">Repository</a>
70
+
71
+
72
+ </p>
73
+
74
+
75
+ <h2>Attribute Summary</h2>
76
+ <ul class="summary">
77
+
78
+ <li class="public ">
79
+ <span class="summary_signature"><a title="home (class method)" href="#home-class_method">+ (Object) <strong>home</strong> </a>
80
+
81
+ </span>
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+ <span class="summary_desc">
92
+ Returns the value of attribute <tt>home</tt>.
93
+
94
+ </span>
95
+
96
+ </li>
97
+
98
+
99
+ <li class="public ">
100
+ <span class="summary_signature"><a title="log (class method)" href="#log-class_method">+ (Object) <strong>log</strong> </a>
101
+
102
+ </span>
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+ <span class="summary_desc">
113
+ Returns the value of attribute <tt>log</tt>.
114
+
115
+ </span>
116
+
117
+ </li>
118
+
119
+
120
+ </ul>
121
+
122
+
123
+ <h2>Method Summary</h2>
124
+ <ul class="summary">
125
+
126
+ <li class="public ">
127
+ <span class="summary_signature"><a title="boot! (class method)" href="#boot%21-class_method">+ (Object) <strong>boot!</strong>(args) </a>
128
+
129
+ </span>
130
+
131
+
132
+
133
+
134
+
135
+
136
+ <span class="summary_desc"></span>
137
+
138
+ </li>
139
+
140
+
141
+ </ul>
142
+
143
+
144
+ <div id="attr_details">
145
+ <h2>Attribute Details</h2>
146
+
147
+
148
+ <span id="home=-class_method"></span>
149
+ <span id="home-class_method"></span>
150
+ <div class="method_details first">
151
+ <p class="signature first" id="home-class_method">
152
+
153
+ + (<tt>Object</tt>) <strong>home</strong>
154
+
155
+
156
+
157
+ </p><div class="docstring">
158
+ <div class="discussion">
159
+ <p>
160
+ Returns the value of attribute <tt>home</tt>
161
+ </p>
162
+
163
+
164
+ </div>
165
+ </div>
166
+ <div class="tags">
167
+
168
+ </div><table class="source_code">
169
+ <tr>
170
+ <td>
171
+ <pre class="lines">
172
+
173
+
174
+ 15
175
+ 16
176
+ 17</pre>
177
+ </td>
178
+ <td>
179
+ <pre class="code"><span class="info file"># File 'lib/reflection.rb', line 15</span>
180
+
181
+ <span class='def def kw'>def</span> <span class='home identifier id'>home</span>
182
+ <span class='@home ivar id'>@home</span>
183
+ <span class='end end kw'>end</span>
184
+ </pre>
185
+ </td>
186
+ </tr>
187
+ </table>
188
+ </div>
189
+
190
+
191
+ <span id="log=-class_method"></span>
192
+ <span id="log-class_method"></span>
193
+ <div class="method_details ">
194
+ <p class="signature " id="log-class_method">
195
+
196
+ + (<tt>Object</tt>) <strong>log</strong>
197
+
198
+
199
+
200
+ </p><div class="docstring">
201
+ <div class="discussion">
202
+ <p>
203
+ Returns the value of attribute <tt>log</tt>
204
+ </p>
205
+
206
+
207
+ </div>
208
+ </div>
209
+ <div class="tags">
210
+
211
+ </div><table class="source_code">
212
+ <tr>
213
+ <td>
214
+ <pre class="lines">
215
+
216
+
217
+ 16
218
+ 17
219
+ 18</pre>
220
+ </td>
221
+ <td>
222
+ <pre class="code"><span class="info file"># File 'lib/reflection.rb', line 16</span>
223
+
224
+ <span class='def def kw'>def</span> <span class='log identifier id'>log</span>
225
+ <span class='@log ivar id'>@log</span>
226
+ <span class='end end kw'>end</span>
227
+ </pre>
228
+ </td>
229
+ </tr>
230
+ </table>
231
+ </div>
232
+
233
+ </div>
234
+
235
+
236
+ <div id="method_details">
237
+ <h2>Method Details</h2>
238
+
239
+ <div class="method_details first">
240
+ <p class="signature first" id="boot!-class_method">
241
+
242
+ + (<tt>Object</tt>) <strong>boot!</strong>(args)
243
+
244
+
245
+
246
+ </p><table class="source_code">
247
+ <tr>
248
+ <td>
249
+ <pre class="lines">
250
+
251
+
252
+ 18
253
+ 19
254
+ 20
255
+ 21
256
+ 22
257
+ 23</pre>
258
+ </td>
259
+ <td>
260
+ <pre class="code"><span class="info file"># File 'lib/reflection.rb', line 18</span>
261
+
262
+ <span class='def def kw'>def</span> <span class='boot! fid id'>boot!</span><span class='lparen token'>(</span><span class='args identifier id'>args</span><span class='rparen token'>)</span>
263
+ <span class='@log ivar id'>@log</span> <span class='assign token'>=</span> <span class='Reflection constant id'>Reflection</span><span class='colon2 op'>::</span><span class='Support constant id'>Support</span><span class='colon2 op'>::</span><span class='Log constant id'>Log</span><span class='dot token'>.</span><span class='new identifier id'>new</span>
264
+ <span class='@home ivar id'>@home</span> <span class='assign token'>=</span> <span class='Reflection constant id'>Reflection</span><span class='colon2 op'>::</span><span class='Support constant id'>Support</span><span class='colon2 op'>::</span><span class='Home constant id'>Home</span><span class='dot token'>.</span><span class='new identifier id'>new</span>
265
+ <span class='@home ivar id'>@home</span><span class='dot token'>.</span><span class='create identifier id'>create</span>
266
+ <span class='Reflection constant id'>Reflection</span><span class='colon2 op'>::</span><span class='CLI constant id'>CLI</span><span class='dot token'>.</span><span class='run! fid id'>run!</span><span class='lparen token'>(</span><span class='args identifier id'>args</span><span class='rparen token'>)</span>
267
+ <span class='end end kw'>end</span>
268
+ </pre>
269
+ </td>
270
+ </tr>
271
+ </table>
272
+ </div>
273
+
274
+ </div>
275
+
276
+ </div>
277
+
278
+ <div id="footer">
279
+ Generated on Wed Nov 18 18:17:11 2009 by
280
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
281
+ 0.4.0 (ruby-1.8.7).
282
+ </div>
283
+
284
+ </body>
285
+ </html>
data/doc/_index.html ADDED
@@ -0,0 +1,267 @@
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 name="Content-Type" content="text/html; charset=UTF-8" />
6
+ <title>Documentation by YARD 0.4.0</title>
7
+ <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
8
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
9
+
10
+ <script type="text/javascript" charset="utf-8">
11
+ relpath = '';
12
+ if (relpath != '') relpath += '/';
13
+ </script>
14
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
15
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
16
+
17
+ </head>
18
+ <body>
19
+ <div id="header">
20
+ <div id="menu">
21
+
22
+
23
+ <span class="title"></span>
24
+
25
+ </div>
26
+
27
+ <div id="search">
28
+ <a id="class_list_link" href="#">Namespace List</a>
29
+ <a id="method_list_link" href="#">Method List</a>
30
+ <a id ="file_list_link" href="#">File List</a>
31
+ </div>
32
+
33
+ <div class="clear"></div>
34
+ </div>
35
+
36
+ <iframe id="search_frame"></iframe>
37
+
38
+ <div id="content"><div id="listing">
39
+ <h1 class="noborder title">Documentation by YARD 0.4.0</h1>
40
+ <h1 class="alphaindex">Alphabetic Index</h1>
41
+
42
+
43
+ <h2>File Listing</h2>
44
+ <ul id="files">
45
+
46
+
47
+ <li class="r1"><a title="README" href="index.html">README</a></li>
48
+
49
+
50
+ </ul>
51
+
52
+ <div class="clear"></div>
53
+
54
+ <h2>Namespace Listing A-Z</h2>
55
+
56
+
57
+
58
+
59
+ <table>
60
+ <tr>
61
+ <td valign='top' width="33%">
62
+
63
+
64
+ <ul id="alpha_A" class="alpha">
65
+ <li class="letter">A</li>
66
+ <ul>
67
+
68
+ <li>
69
+ <a title="Apply" href="Reflection/Command/Apply.html">Apply</a>
70
+
71
+ <small>(Reflection::Command)</small>
72
+
73
+ </li>
74
+
75
+ </ul>
76
+ </ul>
77
+
78
+
79
+ <ul id="alpha_B" class="alpha">
80
+ <li class="letter">B</li>
81
+ <ul>
82
+
83
+ <li>
84
+ <a title="Base" href="Reflection/Directory/Base.html">Base</a>
85
+
86
+ <small>(Reflection::Directory)</small>
87
+
88
+ </li>
89
+
90
+ <li>
91
+ <a title="Base" href="Reflection/Command/Base.html">Base</a>
92
+
93
+ <small>(Reflection::Command)</small>
94
+
95
+ </li>
96
+
97
+ </ul>
98
+ </ul>
99
+
100
+
101
+ <ul id="alpha_C" class="alpha">
102
+ <li class="letter">C</li>
103
+ <ul>
104
+
105
+ <li>
106
+ <a title="CLI" href="Reflection/CLI.html">CLI</a>
107
+
108
+ <small>(Reflection)</small>
109
+
110
+ </li>
111
+
112
+ <li>
113
+ <a title="Command" href="Reflection/Command.html">Command</a>
114
+
115
+ <small>(Reflection)</small>
116
+
117
+ </li>
118
+
119
+ <li>
120
+ <a title="Config" href="Reflection/Config.html">Config</a>
121
+
122
+ <small>(Reflection)</small>
123
+
124
+ </li>
125
+
126
+ <li>
127
+ <a title="ConfigArgumentError" href="Reflection/ConfigArgumentError.html">ConfigArgumentError</a>
128
+
129
+ <small>(Reflection)</small>
130
+
131
+ </li>
132
+
133
+ </ul>
134
+ </ul>
135
+
136
+
137
+ <ul id="alpha_D" class="alpha">
138
+ <li class="letter">D</li>
139
+ <ul>
140
+
141
+ <li>
142
+ <a title="Directory" href="Reflection/Directory.html">Directory</a>
143
+
144
+ <small>(Reflection)</small>
145
+
146
+ </li>
147
+
148
+ </ul>
149
+ </ul>
150
+
151
+
152
+ <ul id="alpha_H" class="alpha">
153
+ <li class="letter">H</li>
154
+ <ul>
155
+
156
+ <li>
157
+ <a title="Home" href="Reflection/Support/Home.html">Home</a>
158
+
159
+ <small>(Reflection::Support)</small>
160
+
161
+ </li>
162
+
163
+ </ul>
164
+ </ul>
165
+
166
+
167
+ <ul id="alpha_L" class="alpha">
168
+ <li class="letter">L</li>
169
+ <ul>
170
+
171
+ <li>
172
+ <a title="Log" href="Reflection/Support/Log.html">Log</a>
173
+
174
+ <small>(Reflection::Support)</small>
175
+
176
+ </li>
177
+
178
+ </ul>
179
+ </ul>
180
+
181
+
182
+ <ul id="alpha_R" class="alpha">
183
+ <li class="letter">R</li>
184
+ <ul>
185
+
186
+ <li>
187
+ <a title="Rails" href="Reflection/Rails.html">Rails</a>
188
+
189
+ <small>(Reflection)</small>
190
+
191
+ </li>
192
+
193
+ <li>
194
+ <a title="Reflection" href="Reflection.html">Reflection</a>
195
+
196
+ </li>
197
+
198
+ <li>
199
+ <a title="Repository" href="Reflection/Repository.html">Repository</a>
200
+
201
+ <small>(Reflection)</small>
202
+
203
+ </li>
204
+
205
+ </ul>
206
+ </ul>
207
+
208
+
209
+ </td><td valign='top' width="33%">
210
+
211
+
212
+ <ul id="alpha_S" class="alpha">
213
+ <li class="letter">S</li>
214
+ <ul>
215
+
216
+ <li>
217
+ <a title="Stash" href="Reflection/Directory/Stash.html">Stash</a>
218
+
219
+ <small>(Reflection::Directory)</small>
220
+
221
+ </li>
222
+
223
+ <li>
224
+ <a title="Stash" href="Reflection/Command/Stash.html">Stash</a>
225
+
226
+ <small>(Reflection::Command)</small>
227
+
228
+ </li>
229
+
230
+ <li>
231
+ <a title="Support" href="Reflection/Support.html">Support</a>
232
+
233
+ <small>(Reflection)</small>
234
+
235
+ </li>
236
+
237
+ </ul>
238
+ </ul>
239
+
240
+
241
+ <ul id="alpha_V" class="alpha">
242
+ <li class="letter">V</li>
243
+ <ul>
244
+
245
+ <li>
246
+ <a title="Validations" href="Reflection/Validations.html">Validations</a>
247
+
248
+ <small>(Reflection)</small>
249
+
250
+ </li>
251
+
252
+ </ul>
253
+ </ul>
254
+
255
+ </td>
256
+ </tr>
257
+ </table>
258
+ </div></div>
259
+
260
+ <div id="footer">
261
+ Generated on Wed Nov 18 18:17:10 2009 by
262
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
263
+ 0.4.0 (ruby-1.8.7).
264
+ </div>
265
+
266
+ </body>
267
+ </html>