@@ -167,6 +167,19 @@ <h3 class="section-bar">Classes and Modules</h3>
167
167
168
168
</ div >
169
169
170
+ < div id ="constants-list ">
171
+ < h3 class ="section-bar "> Constants</ h3 >
172
+
173
+ < div class ="name-list ">
174
+ < table summary ="Constants ">
175
+ < tr class ="top-aligned-row context-row ">
176
+ < td class ="context-item-name "> VERSION</ td >
177
+ < td > =</ td >
178
+ < td class ="context-item-value "> '1.0.1'</ td >
179
+ </ tr >
180
+ </ table >
181
+ </ div >
182
+ </ div >
170
183
171
184
172
185
@@ -191,7 +204,7 @@ <h3 class="section-bar">Public Class methods</h3>
191
204
onclick ="toggleCode('M000001-source');return false; "> [Source]</ a > </ p >
192
205
< div class ="method-source-code " id ="M000001-source ">
193
206
< pre >
194
- < span class ="ruby-comment cmt "> # File lib/git.rb, line 34 </ span >
207
+ < span class ="ruby-comment cmt "> # File lib/git.rb, line 36 </ span >
195
208
< span class ="ruby-keyword kw "> def</ span > < span class ="ruby-keyword kw "> self</ span > .< span class ="ruby-identifier "> bare</ span > (< span class ="ruby-identifier "> git_dir</ span > )
196
209
< span class ="ruby-constant "> Base</ span > .< span class ="ruby-identifier "> bare</ span > (< span class ="ruby-identifier "> git_dir</ span > )
197
210
< span class ="ruby-keyword kw "> end</ span >
@@ -214,7 +227,7 @@ <h3 class="section-bar">Public Class methods</h3>
214
227
onclick ="toggleCode('M000004-source');return false; "> [Source]</ a > </ p >
215
228
< div class ="method-source-code " id ="M000004-source ">
216
229
< pre >
217
- < span class ="ruby-comment cmt "> # File lib/git.rb, line 46 </ span >
230
+ < span class ="ruby-comment cmt "> # File lib/git.rb, line 48 </ span >
218
231
< span class ="ruby-keyword kw "> def</ span > < span class ="ruby-keyword kw "> self</ span > .< span class ="ruby-identifier "> clone</ span > (< span class ="ruby-identifier "> repository</ span > , < span class ="ruby-identifier "> name</ span > , < span class ="ruby-identifier "> options</ span > = {})
219
232
< span class ="ruby-constant "> Base</ span > .< span class ="ruby-identifier "> clone</ span > (< span class ="ruby-identifier "> repository</ span > , < span class ="ruby-identifier "> name</ span > , < span class ="ruby-identifier "> options</ span > )
220
233
< span class ="ruby-keyword kw "> end</ span >
@@ -237,7 +250,7 @@ <h3 class="section-bar">Public Class methods</h3>
237
250
onclick ="toggleCode('M000003-source');return false; "> [Source]</ a > </ p >
238
251
< div class ="method-source-code " id ="M000003-source ">
239
252
< pre >
240
- < span class ="ruby-comment cmt "> # File lib/git.rb, line 42 </ span >
253
+ < span class ="ruby-comment cmt "> # File lib/git.rb, line 44 </ span >
241
254
< span class ="ruby-keyword kw "> def</ span > < span class ="ruby-keyword kw "> self</ span > .< span class ="ruby-identifier "> init</ span > (< span class ="ruby-identifier "> working_dir</ span > = < span class ="ruby-value str "> '.'</ span > , < span class ="ruby-identifier "> options</ span > = {})
242
255
< span class ="ruby-constant "> Base</ span > .< span class ="ruby-identifier "> init</ span > (< span class ="ruby-identifier "> working_dir</ span > , < span class ="ruby-identifier "> options</ span > )
243
256
< span class ="ruby-keyword kw "> end</ span >
@@ -260,7 +273,7 @@ <h3 class="section-bar">Public Class methods</h3>
260
273
onclick ="toggleCode('M000002-source');return false; "> [Source]</ a > </ p >
261
274
< div class ="method-source-code " id ="M000002-source ">
262
275
< pre >
263
- < span class ="ruby-comment cmt "> # File lib/git.rb, line 38 </ span >
276
+ < span class ="ruby-comment cmt "> # File lib/git.rb, line 40 </ span >
264
277
< span class ="ruby-keyword kw "> def</ span > < span class ="ruby-keyword kw "> self</ span > .< span class ="ruby-identifier "> open</ span > (< span class ="ruby-identifier "> working_dir</ span > , < span class ="ruby-identifier "> options</ span > = {})
265
278
< span class ="ruby-constant "> Base</ span > .< span class ="ruby-identifier "> open</ span > (< span class ="ruby-identifier "> working_dir</ span > , < span class ="ruby-identifier "> options</ span > )
266
279
< span class ="ruby-keyword kw "> end</ span >
0 commit comments