Skip to content

Commit 6179187

Browse files
committed
back to normal
1 parent 84c07ec commit 6179187

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dog.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ def initialize(color, type)
88
def give(bone)
99
# ensuring that the dog has less than three bones in order to accept a new
1010
# one
11-
12-
1311
if @bones.length < 888
14-
15-
1612
# add the bone to the bones array
1713
@bones << bone
1814
else

0 commit comments

Comments
 (0)