class Yardstick::Rules::Summary::Delimiter
Checks that method summary doesn’t end with a period
def valid?
- Api: - private
Returns:
-
(Boolean)
-
Other tags:
- See: class - description
def valid? summary_text[-1, 1] != '.' end
Checks that method summary doesn’t end with a period
(Boolean)
-
def valid? summary_text[-1, 1] != '.' end