class Yardstick::Rules::Summary::Delimiter


Checks that method summary doesn’t end with a period

def valid?

Other tags:
    Api: - private

Returns:
  • (Boolean) -

Other tags:
    See: class - description
def valid?
  summary_text[-1, 1] != '.'
end