Skip to content

Commit b69f2d8

Browse files
committed
t push origin master
Merge branch 'Eric_Branch'
2 parents 1c0e731 + 9377f54 commit b69f2d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dog.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ 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-
if @bones.length < 10
11+
12+
if @bones.length < 6666
13+
1214
# add the bone to the bones array
1315
@bones << bone
1416
else

0 commit comments

Comments
 (0)