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.
2 parents c8fa49c + a545a47 commit ad57d8cCopy full SHA for ad57d8c
dog.rb
@@ -8,7 +8,7 @@ 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 < 888
+ if @bones.length < 172
12
# add the bone to the bones array
13
@bones << bone
14
else
0 commit comments