We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c0e731 + 9377f54 commit b69f2d8Copy full SHA for b69f2d8
1 file changed
dog.rb
@@ -8,7 +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
- if @bones.length < 10
+
12
+ if @bones.length < 6666
13
14
# add the bone to the bones array
15
@bones << bone
16
else
0 commit comments