2
2
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
3
< html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
4
4
< head >
5
- < meta name ="Content-Type " content ="text/html; charset=UTF -8 " />
5
+ < meta name ="Content-Type " content ="text/html; charset=utf -8 " />
6
6
< title > Class: Jammit::CommandLine</ title >
7
7
< link rel ="stylesheet " href ="../css/style.css " type ="text/css " media ="screen " charset ="utf-8 " />
8
8
< link rel ="stylesheet " href ="../css/common.css " type ="text/css " media ="screen " charset ="utf-8 " />
16
16
17
17
</ head >
18
18
< body >
19
+ < script type ="text/javascript " charset ="utf-8 ">
20
+ if ( window . top . frames . main ) document . body . className = 'frames' ;
21
+ </ script >
22
+
19
23
< div id ="header ">
20
24
< div id ="menu ">
21
25
22
26
< a href ="../_index.html "> Index (C)</ a > »
23
- < a href ="../Jammit.html " title ="Jammit "> Jammit</ a >
27
+ < span class =' title ' > < a href ="../Jammit.html " title ="Jammit (module) "> Jammit</ a > </ span >
24
28
»
25
29
< span class ="title "> CommandLine</ span >
26
30
31
+
32
+ < div class ="noframes "> < span class ="title "> (</ span > < a href =". " target ="_top "> no frames</ a > < span class ="title "> )</ span > </ div >
27
33
</ div >
28
34
29
35
< div id ="search ">
30
- < a id ="class_list_link " href ="# "> Namespace List</ a >
36
+ < a id ="class_list_link " href ="# "> Class List</ a >
31
37
< a id ="method_list_link " href ="# "> Method List</ a >
32
38
< a id ="file_list_link " href ="# "> File List</ a >
33
39
</ div >
37
43
38
44
< iframe id ="search_frame "> </ iframe >
39
45
40
- < div id ="content "> < h1 > Class: Jammit::CommandLine
46
+ < div id ="content "> < h1 > Class: Jammit::CommandLine
47
+
41
48
42
49
43
50
</ h1 >
48
55
< dd class ="r1 ">
49
56
< span class ="inheritName "> Object</ span >
50
57
58
+ < ul class ="fullTree ">
59
+ < li > Object</ li >
60
+
61
+ < li class ="next "> Jammit::CommandLine</ li >
62
+
63
+ </ ul >
64
+ < a href ="# " class ="inheritanceTree "> show all</ a >
65
+
51
66
</ dd >
52
67
53
68
57
72
58
73
59
74
75
+
60
76
< dt class ="r2 last "> Defined in:</ dt >
61
77
< dd class ="r2 last "> lib/jammit/command_line.rb</ dd >
62
78
@@ -78,8 +94,8 @@ <h2>Constant Summary</h2>
78
94
79
95
< dl class ="constants ">
80
96
81
- < dt id ="BANNER-constant "> BANNER =
82
- < span class =" summary_desc " > </ span >
97
+ < dt id ="BANNER-constant " class =" "> BANNER =
98
+
83
99
</ dt >
84
100
< dd > < pre class ="code "> < span class ='string val '> "\nUsage: jammit OPTIONS\n\nRun jammit inside a Rails application to compresses all JS, CSS,\nand JST according to config/assets.yml, saving the packaged\nfiles and corresponding gzipped versions.\n\nIf you're using \"embed_assets\", and you wish to precompile the\nMHTML stylesheet variants, you must specify the \"base-url\".\n\nOptions:\n"</ span >
85
101
</ pre > </ dd >
@@ -89,64 +105,90 @@ <h2>Constant Summary</h2>
89
105
90
106
91
107
92
- < h2 > Method Summary</ h2 >
93
- < ul class ="summary ">
94
-
95
- < li class ="public ">
96
- < span class ="summary_signature "> < a href ="#initialize-instance_method " title ="#initialize (instance method) "> - (CommandLine) < strong > initialize</ strong > </ a >
97
108
109
+ < h2 >
110
+ Instance Method Summary
111
+ < small > (< a href ="# " class ="summary_toggle "> collapse</ a > )</ small >
112
+ </ h2 >
113
+
114
+ < ul class ="summary ">
115
+
116
+ < li class ="private ">
117
+ < span class ="summary_signature ">
118
+
119
+ < a href ="#ensure_configuration_file-instance_method " title ="#ensure_configuration_file (instance method) "> - (Object) < strong > ensure_configuration_file</ strong > </ a >
120
+
121
+
122
+
98
123
</ span >
99
124
100
125
126
+ < span class ="note title private "> private</ span >
127
+
101
128
102
129
103
130
104
131
105
- < span class ="summary_desc "> The < code > Jammit::CommandLine </ code > runs from the contents of < code > ARGV </ code > . </ span >
132
+ < span class ="summary_desc "> < div class =' inline ' > < p > Make sure that we have a readable configuration file. </ p > </ div > </ span >
106
133
107
134
</ li >
108
135
136
+
137
+ < li class ="public ">
138
+ < span class ="summary_signature ">
139
+
140
+ < a href ="#initialize-instance_method " title ="#initialize (instance method) "> - (CommandLine) < strong > initialize</ strong > </ a >
141
+
142
+
109
143
110
- < li class ="private ">
111
- < span class ="summary_signature "> < a href ="#ensure_configuration_file-instance_method " title ="#ensure_configuration_file (instance method) "> - (Object) < strong > ensure_configuration_file</ strong > </ a >
112
-
113
144
</ span >
114
145
115
- < span class ="note title private "> private</ span >
146
+ < span class ="note title constructor "> constructor</ span >
147
+
148
+
149
+
150
+
116
151
117
152
118
153
119
154
120
- < span class ="summary_desc "> Make sure that we have a readable configuration file. </ span >
155
+ < span class ="summary_desc "> < div class =' inline ' > < p > The < code > Jammit::CommandLine </ code > runs from the contents of < code > ARGV </ code > . </ p > </ div > </ span >
121
156
122
157
</ li >
123
158
159
+
160
+ < li class ="private ">
161
+ < span class ="summary_signature ">
162
+
163
+ < a href ="#parse_options-instance_method " title ="#parse_options (instance method) "> - (Object) < strong > parse_options</ strong > </ a >
164
+
165
+
124
166
125
- < li class ="private ">
126
- < span class ="summary_signature "> < a href ="#parse_options-instance_method " title ="#parse_options (instance method) "> - (Object) < strong > parse_options</ strong > </ a >
127
-
128
167
</ span >
129
168
169
+
130
170
< span class ="note title private "> private</ span >
131
171
132
172
173
+
133
174
134
175
135
- < span class ="summary_desc "> Uses < code > OptionParser</ code > to grab the options: < strong > —output</ strong > , < strong > —config</ strong > , and
136
- < strong > —base-url</ strong > …</ span >
176
+ < span class ="summary_desc "> < div class =' inline ' > < p > Uses < code > OptionParser</ code > to grab the options: < strong > —output</ strong > , < strong > —config</ strong > , and
177
+ < strong > —base-url</ strong > …</ p > </ div > </ span >
137
178
138
179
</ li >
139
180
140
-
141
- </ ul >
181
+
182
+ </ ul >
183
+
142
184
143
- < div id ="constructor_details ">
185
+ < div id ="constructor_details " class =" method_details_list " >
144
186
< h2 > Constructor Details</ h2 >
145
187
146
188
< div class ="method_details first ">
147
189
< p class ="signature first " id ="initialize-instance_method ">
148
190
149
- - (< tt > < a href ="" title ="CommandLine "> CommandLine</ a > </ tt > ) < strong > initialize</ strong >
191
+ - (< tt > < a href ="" title ="Jammit:: CommandLine (class) "> CommandLine</ a > </ tt > ) < strong > initialize</ strong >
150
192
151
193
152
194
@@ -157,23 +199,7 @@ <h2>Constructor Details</h2>
157
199
</ div >
158
200
</ div >
159
201
< div class ="tags ">
160
- < h3 > Returns:</ h3 >
161
- < ul class ="return ">
162
-
163
- < li >
164
-
165
- < span class ='type '> (< tt > < a href ="" title ="CommandLine "> CommandLine</ a > </ tt > )</ span >
166
-
167
-
168
-
169
-
170
- —
171
- a new instance of < ins > CommandLine</ ins >
172
-
173
- </ li >
174
202
175
- </ ul >
176
-
177
203
</ div > < table class ="source_code ">
178
204
< tr >
179
205
< td >
@@ -207,8 +233,9 @@ <h3>Returns:</h3>
207
233
</ div >
208
234
209
235
210
- < div id ="method_details ">
211
- < h2 > Method Details</ h2 >
236
+ < div id ="instance_method_details " class ="method_details_list ">
237
+ < h2 > Instance Method Details</ h2 >
238
+
212
239
213
240
< div class ="method_details first ">
214
241
< p class ="signature first " id ="ensure_configuration_file-instance_method ">
@@ -347,9 +374,9 @@ <h2>Method Details</h2>
347
374
</ div >
348
375
349
376
< div id ="footer ">
350
- Generated on Sat Feb 6 10:51:33 2010 by
377
+ Generated on Wed Jul 14 10:39:50 2010 by
351
378
< a href ="http://yardoc.org " title ="Yay! A Ruby Documentation Tool "> yard</ a >
352
- 0.4.0 (ruby-1.8.7).
379
+ 0.5.8 (ruby-1.8.7).
353
380
</ div >
354
381
355
382
</ body >
0 commit comments