88
88
< h3 class ="section-bar "> Methods</ h3 >
89
89
90
90
< div class ="name-list ">
91
- < a href ="#M000080 "> archive</ a >
92
- < a href ="#M000079 "> checkout</ a >
93
- < a href ="#M000082 "> create</ a >
94
- < a href ="#M000084 "> current</ a >
95
- < a href ="#M000083 "> delete</ a >
96
- < a href ="#M000078 "> gcommit</ a >
97
- < a href ="#M000081 "> in_branch</ a >
98
- < a href ="#M000085 "> merge</ a >
99
- < a href ="#M000077 "> new</ a >
100
- < a href ="#M000087 "> to_a</ a >
101
- < a href ="#M000088 "> to_s</ a >
102
- < a href ="#M000086 "> update_ref</ a >
91
+ < a href ="#M000082 "> archive</ a >
92
+ < a href ="#M000081 "> checkout</ a >
93
+ < a href ="#M000084 "> create</ a >
94
+ < a href ="#M000086 "> current</ a >
95
+ < a href ="#M000085 "> delete</ a >
96
+ < a href ="#M000080 "> gcommit</ a >
97
+ < a href ="#M000083 "> in_branch</ a >
98
+ < a href ="#M000087 "> merge</ a >
99
+ < a href ="#M000079 "> new</ a >
100
+ < a href ="#M000089 "> to_a</ a >
101
+ < a href ="#M000090 "> to_s</ a >
102
+ < a href ="#M000088 "> update_ref</ a >
103
103
</ div >
104
104
</ div >
105
105
@@ -144,19 +144,19 @@ <h3 class="section-bar">Attributes</h3>
144
144
< div id ="methods ">
145
145
< h3 class ="section-bar "> Public Class methods</ h3 >
146
146
147
- < div id ="method-M000077 " class ="method-detail ">
148
- < a name ="M000077 "> </ a >
147
+ < div id ="method-M000079 " class ="method-detail ">
148
+ < a name ="M000079 "> </ a >
149
149
150
150
< div class ="method-heading ">
151
- < a href ="#M000077 " class ="method-signature ">
151
+ < a href ="#M000079 " class ="method-signature ">
152
152
< span class ="method-name "> new</ span > < span class ="method-args "> (base, name)</ span >
153
153
</ a >
154
154
</ div >
155
155
156
156
< div class ="method-description ">
157
157
< p > < a class ="source-toggle " href ="# "
158
- onclick ="toggleCode('M000077 -source');return false; "> [Source]</ a > </ p >
159
- < div class ="method-source-code " id ="M000077 -source ">
158
+ onclick ="toggleCode('M000079 -source');return false; "> [Source]</ a > </ p >
159
+ < div class ="method-source-code " id ="M000079 -source ">
160
160
< pre >
161
161
< span class ="ruby-comment cmt "> # File lib/git/branch.rb, line 9</ span >
162
162
< span class ="ruby-keyword kw "> def</ span > < span class ="ruby-identifier "> initialize</ span > (< span class ="ruby-identifier "> base</ span > , < span class ="ruby-identifier "> name</ span > )
@@ -179,19 +179,19 @@ <h3 class="section-bar">Public Class methods</h3>
179
179
180
180
< h3 class ="section-bar "> Public Instance methods</ h3 >
181
181
182
- < div id ="method-M000080 " class ="method-detail ">
183
- < a name ="M000080 "> </ a >
182
+ < div id ="method-M000082 " class ="method-detail ">
183
+ < a name ="M000082 "> </ a >
184
184
185
185
< div class ="method-heading ">
186
- < a href ="#M000080 " class ="method-signature ">
186
+ < a href ="#M000082 " class ="method-signature ">
187
187
< span class ="method-name "> archive</ span > < span class ="method-args "> (file, opts = {})</ span >
188
188
</ a >
189
189
</ div >
190
190
191
191
< div class ="method-description ">
192
192
< p > < a class ="source-toggle " href ="# "
193
- onclick ="toggleCode('M000080 -source');return false; "> [Source]</ a > </ p >
194
- < div class ="method-source-code " id ="M000080 -source ">
193
+ onclick ="toggleCode('M000082 -source');return false; "> [Source]</ a > </ p >
194
+ < div class ="method-source-code " id ="M000082 -source ">
195
195
< pre >
196
196
< span class ="ruby-comment cmt "> # File lib/git/branch.rb, line 33</ span >
197
197
< span class ="ruby-keyword kw "> def</ span > < span class ="ruby-identifier "> archive</ span > (< span class ="ruby-identifier "> file</ span > , < span class ="ruby-identifier "> opts</ span > = {})
@@ -202,19 +202,19 @@ <h3 class="section-bar">Public Instance methods</h3>
202
202
</ div >
203
203
</ div >
204
204
205
- < div id ="method-M000079 " class ="method-detail ">
206
- < a name ="M000079 "> </ a >
205
+ < div id ="method-M000081 " class ="method-detail ">
206
+ < a name ="M000081 "> </ a >
207
207
208
208
< div class ="method-heading ">
209
- < a href ="#M000079 " class ="method-signature ">
209
+ < a href ="#M000081 " class ="method-signature ">
210
210
< span class ="method-name "> checkout</ span > < span class ="method-args "> ()</ span >
211
211
</ a >
212
212
</ div >
213
213
214
214
< div class ="method-description ">
215
215
< p > < a class ="source-toggle " href ="# "
216
- onclick ="toggleCode('M000079 -source');return false; "> [Source]</ a > </ p >
217
- < div class ="method-source-code " id ="M000079 -source ">
216
+ onclick ="toggleCode('M000081 -source');return false; "> [Source]</ a > </ p >
217
+ < div class ="method-source-code " id ="M000081 -source ">
218
218
< pre >
219
219
< span class ="ruby-comment cmt "> # File lib/git/branch.rb, line 28</ span >
220
220
< span class ="ruby-keyword kw "> def</ span > < span class ="ruby-identifier "> checkout</ span >
@@ -226,19 +226,19 @@ <h3 class="section-bar">Public Instance methods</h3>
226
226
</ div >
227
227
</ div >
228
228
229
- < div id ="method-M000082 " class ="method-detail ">
230
- < a name ="M000082 "> </ a >
229
+ < div id ="method-M000084 " class ="method-detail ">
230
+ < a name ="M000084 "> </ a >
231
231
232
232
< div class ="method-heading ">
233
- < a href ="#M000082 " class ="method-signature ">
233
+ < a href ="#M000084 " class ="method-signature ">
234
234
< span class ="method-name "> create</ span > < span class ="method-args "> ()</ span >
235
235
</ a >
236
236
</ div >
237
237
238
238
< div class ="method-description ">
239
239
< p > < a class ="source-toggle " href ="# "
240
- onclick ="toggleCode('M000082 -source');return false; "> [Source]</ a > </ p >
241
- < div class ="method-source-code " id ="M000082 -source ">
240
+ onclick ="toggleCode('M000084 -source');return false; "> [Source]</ a > </ p >
241
+ < div class ="method-source-code " id ="M000084 -source ">
242
242
< pre >
243
243
< span class ="ruby-comment cmt "> # File lib/git/branch.rb, line 53</ span >
244
244
< span class ="ruby-keyword kw "> def</ span > < span class ="ruby-identifier "> create</ span >
@@ -249,19 +249,19 @@ <h3 class="section-bar">Public Instance methods</h3>
249
249
</ div >
250
250
</ div >
251
251
252
- < div id ="method-M000084 " class ="method-detail ">
253
- < a name ="M000084 "> </ a >
252
+ < div id ="method-M000086 " class ="method-detail ">
253
+ < a name ="M000086 "> </ a >
254
254
255
255
< div class ="method-heading ">
256
- < a href ="#M000084 " class ="method-signature ">
256
+ < a href ="#M000086 " class ="method-signature ">
257
257
< span class ="method-name "> current</ span > < span class ="method-args "> ()</ span >
258
258
</ a >
259
259
</ div >
260
260
261
261
< div class ="method-description ">
262
262
< p > < a class ="source-toggle " href ="# "
263
- onclick ="toggleCode('M000084 -source');return false; "> [Source]</ a > </ p >
264
- < div class ="method-source-code " id ="M000084 -source ">
263
+ onclick ="toggleCode('M000086 -source');return false; "> [Source]</ a > </ p >
264
+ < div class ="method-source-code " id ="M000086 -source ">
265
265
< pre >
266
266
< span class ="ruby-comment cmt "> # File lib/git/branch.rb, line 61</ span >
267
267
< span class ="ruby-keyword kw "> def</ span > < span class ="ruby-identifier "> current</ span >
@@ -272,19 +272,19 @@ <h3 class="section-bar">Public Instance methods</h3>
272
272
</ div >
273
273
</ div >
274
274
275
- < div id ="method-M000083 " class ="method-detail ">
276
- < a name ="M000083 "> </ a >
275
+ < div id ="method-M000085 " class ="method-detail ">
276
+ < a name ="M000085 "> </ a >
277
277
278
278
< div class ="method-heading ">
279
- < a href ="#M000083 " class ="method-signature ">
279
+ < a href ="#M000085 " class ="method-signature ">
280
280
< span class ="method-name "> delete</ span > < span class ="method-args "> ()</ span >
281
281
</ a >
282
282
</ div >
283
283
284
284
< div class ="method-description ">
285
285
< p > < a class ="source-toggle " href ="# "
286
- onclick ="toggleCode('M000083 -source');return false; "> [Source]</ a > </ p >
287
- < div class ="method-source-code " id ="M000083 -source ">
286
+ onclick ="toggleCode('M000085 -source');return false; "> [Source]</ a > </ p >
287
+ < div class ="method-source-code " id ="M000085 -source ">
288
288
< pre >
289
289
< span class ="ruby-comment cmt "> # File lib/git/branch.rb, line 57</ span >
290
290
< span class ="ruby-keyword kw "> def</ span > < span class ="ruby-identifier "> delete</ span >
@@ -295,19 +295,19 @@ <h3 class="section-bar">Public Instance methods</h3>
295
295
</ div >
296
296
</ div >
297
297
298
- < div id ="method-M000078 " class ="method-detail ">
299
- < a name ="M000078 "> </ a >
298
+ < div id ="method-M000080 " class ="method-detail ">
299
+ < a name ="M000080 "> </ a >
300
300
301
301
< div class ="method-heading ">
302
- < a href ="#M000078 " class ="method-signature ">
302
+ < a href ="#M000080 " class ="method-signature ">
303
303
< span class ="method-name "> gcommit</ span > < span class ="method-args "> ()</ span >
304
304
</ a >
305
305
</ div >
306
306
307
307
< div class ="method-description ">
308
308
< p > < a class ="source-toggle " href ="# "
309
- onclick ="toggleCode('M000078 -source');return false; "> [Source]</ a > </ p >
310
- < div class ="method-source-code " id ="M000078 -source ">
309
+ onclick ="toggleCode('M000080 -source');return false; "> [Source]</ a > </ p >
310
+ < div class ="method-source-code " id ="M000080 -source ">
311
311
< pre >
312
312
< span class ="ruby-comment cmt "> # File lib/git/branch.rb, line 23</ span >
313
313
< span class ="ruby-keyword kw "> def</ span > < span class ="ruby-identifier "> gcommit</ span >
@@ -319,19 +319,19 @@ <h3 class="section-bar">Public Instance methods</h3>
319
319
</ div >
320
320
</ div >
321
321
322
- < div id ="method-M000081 " class ="method-detail ">
323
- < a name ="M000081 "> </ a >
322
+ < div id ="method-M000083 " class ="method-detail ">
323
+ < a name ="M000083 "> </ a >
324
324
325
325
< div class ="method-heading ">
326
- < a href ="#M000081 " class ="method-signature ">
326
+ < a href ="#M000083 " class ="method-signature ">
327
327
< span class ="method-name "> in_branch</ span > < span class ="method-args "> (message = 'in branch work') {|| ...}</ span >
328
328
</ a >
329
329
</ div >
330
330
331
331
< div class ="method-description ">
332
332
< p >
333
333
g.branch(‘new_branch’).< a
334
- href ="Branch.html#M000081 "> in_branch</ a > do
334
+ href ="Branch.html#M000083 "> in_branch</ a > do
335
335
</ p >
336
336
< pre >
337
337
# create new file
@@ -342,8 +342,8 @@ <h3 class="section-bar">Public Instance methods</h3>
342
342
end
343
343
</ p >
344
344
< p > < a class ="source-toggle " href ="# "
345
- onclick ="toggleCode('M000081 -source');return false; "> [Source]</ a > </ p >
346
- < div class ="method-source-code " id ="M000081 -source ">
345
+ onclick ="toggleCode('M000083 -source');return false; "> [Source]</ a > </ p >
346
+ < div class ="method-source-code " id ="M000083 -source ">
347
347
< pre >
348
348
< span class ="ruby-comment cmt "> # File lib/git/branch.rb, line 42</ span >
349
349
< span class ="ruby-keyword kw "> def</ span > < span class ="ruby-identifier "> in_branch</ span > (< span class ="ruby-identifier "> message</ span > = < span class ="ruby-value str "> 'in branch work'</ span > )
@@ -361,19 +361,19 @@ <h3 class="section-bar">Public Instance methods</h3>
361
361
</ div >
362
362
</ div >
363
363
364
- < div id ="method-M000085 " class ="method-detail ">
365
- < a name ="M000085 "> </ a >
364
+ < div id ="method-M000087 " class ="method-detail ">
365
+ < a name ="M000087 "> </ a >
366
366
367
367
< div class ="method-heading ">
368
- < a href ="#M000085 " class ="method-signature ">
368
+ < a href ="#M000087 " class ="method-signature ">
369
369
< span class ="method-name "> merge</ span > < span class ="method-args "> (branch = nil, message = nil)</ span >
370
370
</ a >
371
371
</ div >
372
372
373
373
< div class ="method-description ">
374
374
< p > < a class ="source-toggle " href ="# "
375
- onclick ="toggleCode('M000085 -source');return false; "> [Source]</ a > </ p >
376
- < div class ="method-source-code " id ="M000085 -source ">
375
+ onclick ="toggleCode('M000087 -source');return false; "> [Source]</ a > </ p >
376
+ < div class ="method-source-code " id ="M000087 -source ">
377
377
< pre >
378
378
< span class ="ruby-comment cmt "> # File lib/git/branch.rb, line 65</ span >
379
379
< span class ="ruby-keyword kw "> def</ span > < span class ="ruby-identifier "> merge</ span > (< span class ="ruby-identifier "> branch</ span > = < span class ="ruby-keyword kw "> nil</ span > , < span class ="ruby-identifier "> message</ span > = < span class ="ruby-keyword kw "> nil</ span > )
@@ -393,19 +393,19 @@ <h3 class="section-bar">Public Instance methods</h3>
393
393
</ div >
394
394
</ div >
395
395
396
- < div id ="method-M000087 " class ="method-detail ">
397
- < a name ="M000087 "> </ a >
396
+ < div id ="method-M000089 " class ="method-detail ">
397
+ < a name ="M000089 "> </ a >
398
398
399
399
< div class ="method-heading ">
400
- < a href ="#M000087 " class ="method-signature ">
400
+ < a href ="#M000089 " class ="method-signature ">
401
401
< span class ="method-name "> to_a</ span > < span class ="method-args "> ()</ span >
402
402
</ a >
403
403
</ div >
404
404
405
405
< div class ="method-description ">
406
406
< p > < a class ="source-toggle " href ="# "
407
- onclick ="toggleCode('M000087 -source');return false; "> [Source]</ a > </ p >
408
- < div class ="method-source-code " id ="M000087 -source ">
407
+ onclick ="toggleCode('M000089 -source');return false; "> [Source]</ a > </ p >
408
+ < div class ="method-source-code " id ="M000089 -source ">
409
409
< pre >
410
410
< span class ="ruby-comment cmt "> # File lib/git/branch.rb, line 82</ span >
411
411
< span class ="ruby-keyword kw "> def</ span > < span class ="ruby-identifier "> to_a</ span >
@@ -416,19 +416,19 @@ <h3 class="section-bar">Public Instance methods</h3>
416
416
</ div >
417
417
</ div >
418
418
419
- < div id ="method-M000088 " class ="method-detail ">
420
- < a name ="M000088 "> </ a >
419
+ < div id ="method-M000090 " class ="method-detail ">
420
+ < a name ="M000090 "> </ a >
421
421
422
422
< div class ="method-heading ">
423
- < a href ="#M000088 " class ="method-signature ">
423
+ < a href ="#M000090 " class ="method-signature ">
424
424
< span class ="method-name "> to_s</ span > < span class ="method-args "> ()</ span >
425
425
</ a >
426
426
</ div >
427
427
428
428
< div class ="method-description ">
429
429
< p > < a class ="source-toggle " href ="# "
430
- onclick ="toggleCode('M000088 -source');return false; "> [Source]</ a > </ p >
431
- < div class ="method-source-code " id ="M000088 -source ">
430
+ onclick ="toggleCode('M000090 -source');return false; "> [Source]</ a > </ p >
431
+ < div class ="method-source-code " id ="M000090 -source ">
432
432
< pre >
433
433
< span class ="ruby-comment cmt "> # File lib/git/branch.rb, line 86</ span >
434
434
< span class ="ruby-keyword kw "> def</ span > < span class ="ruby-identifier "> to_s</ span >
@@ -439,19 +439,19 @@ <h3 class="section-bar">Public Instance methods</h3>
439
439
</ div >
440
440
</ div >
441
441
442
- < div id ="method-M000086 " class ="method-detail ">
443
- < a name ="M000086 "> </ a >
442
+ < div id ="method-M000088 " class ="method-detail ">
443
+ < a name ="M000088 "> </ a >
444
444
445
445
< div class ="method-heading ">
446
- < a href ="#M000086 " class ="method-signature ">
446
+ < a href ="#M000088 " class ="method-signature ">
447
447
< span class ="method-name "> update_ref</ span > < span class ="method-args "> (commit)</ span >
448
448
</ a >
449
449
</ div >
450
450
451
451
< div class ="method-description ">
452
452
< p > < a class ="source-toggle " href ="# "
453
- onclick ="toggleCode('M000086 -source');return false; "> [Source]</ a > </ p >
454
- < div class ="method-source-code " id ="M000086 -source ">
453
+ onclick ="toggleCode('M000088 -source');return false; "> [Source]</ a > </ p >
454
+ < div class ="method-source-code " id ="M000088 -source ">
455
455
< pre >
456
456
< span class ="ruby-comment cmt "> # File lib/git/branch.rb, line 78</ span >
457
457
< span class ="ruby-keyword kw "> def</ span > < span class ="ruby-identifier "> update_ref</ span > (< span class ="ruby-identifier "> commit</ span > )
0 commit comments