Skip to content

Commit ad57d8c

Browse files
committed
Merge pull request #5 from CodeCoreYVR/wesam-changes
changed number of bones to 172
2 parents c8fa49c + a545a47 commit ad57d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dog.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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-
if @bones.length < 888
11+
if @bones.length < 172
1212
# add the bone to the bones array
1313
@bones << bone
1414
else

0 commit comments

Comments
 (0)