We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4856795 commit 9377f54Copy full SHA for 9377f54
dog.rb
@@ -8,12 +8,9 @@ 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