We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57cd683 + ad57d8c commit 4856795Copy full SHA for 4856795
1 file changed
dog.rb
@@ -8,8 +8,12 @@ def initialize(color, type)
8
def give(bone)
9
# ensuring that the dog has less than three bones in order to accept a new
10
# one
11
+<<<<<<< HEAD
12
if @bones.length < 6666
13
14
+=======
15
+ if @bones.length < 172
16
+>>>>>>> ad57d8ca0e29a2f080f32bab37b7f15cc84c81c4
17
# add the bone to the bones array
18
@bones << bone
19
else
0 commit comments