lib/inch/code_object/provider/yard/object/base.rb in inch-0.3.1.rc5 vs lib/inch/code_object/provider/yard/object/base.rb in inch-0.3.1.rc6
- old
+ new
@@ -257,9 +257,10 @@
# @return [Array]
# YARD tags that are not already covered by other wrapper methods
def unconsidered_tags
@unconsidered_tags ||= tags.reject do |tag|
+ (tag.tag_name == "raise" && tag.text.empty?) ||
CONSIDERED_YARD_TAGS.include?(tag.tag_name)
end
end
def __depth(i = 0)