Skip to content

Commit 4856795

Browse files
committed
t Merge branch 'master' of github.com:CodeCoreYVR/git-practice into Eric_Branch
2 parents 57cd683 + ad57d8c commit 4856795

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dog.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ def initialize(color, type)
88
def give(bone)
99
# ensuring that the dog has less than three bones in order to accept a new
1010
# one
11+
<<<<<<< HEAD
1112
if @bones.length < 6666
1213

14+
=======
15+
if @bones.length < 172
16+
>>>>>>> ad57d8ca0e29a2f080f32bab37b7f15cc84c81c4
1317
# add the bone to the bones array
1418
@bones << bone
1519
else

0 commit comments

Comments
 (0)