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 ad57d8c commit 53cbb3aCopy full SHA for 53cbb3a
dog.rb
@@ -8,7 +8,8 @@ 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 < 172
+ if @bones.length < 421
12
+
13
# add the bone to the bones array
14
@bones << bone
15
else
0 commit comments