class Yardstick::Rules::Summary::Presence


Checks if method summary is present

def valid?

Other tags:
    Api: - private

Returns:
  • (Boolean) -

Other tags:
    See: class - description
def valid?
  !summary_text.empty?
end

def validatable?

Other tags:
    Api: - private

Returns:
  • (Boolean) -

Other tags:
    See: Rule::validatable? -
def validatable?
  !has_tag?('see')
end