lib/review/catalog.rb in review-5.0.0 vs lib/review/catalog.rb in review-5.1.0
- old
+ new
@@ -48,9 +48,10 @@
end
end
def parts_with_chaps
return [] unless @yaml['CHAPS']
+
@yaml['CHAPS'].flatten.compact
end
def appendix
@yaml['APPENDIX'] || []