class RuboCop::Cop::Offense
def corrected?
-
(Boolean)
-
Other tags:
- Api: - public
def corrected? @status == :corrected || @status == :corrected_with_todo end
(Boolean)
-
def corrected? @status == :corrected || @status == :corrected_with_todo end