class Yardstick::Rules::Summary::Presence
Checks if method summary is present
def valid?
- Api: - private
Returns:
-
(Boolean)
-
Other tags:
- See: class - description
def valid? !summary_text.empty? end
def validatable?
- Api: - private
Returns:
-
(Boolean)
-
Other tags:
- See: Rule::validatable? -
def validatable? !has_tag?('see') end