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 2c8e145 + c8fa49c commit 57cd683Copy full SHA for 57cd683
dog.rb
@@ -9,6 +9,7 @@ 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 < 6666
12
+
13
# add the bone to the bones array
14
@bones << bone
15
else
0 commit comments