module RuboCop::Cop::CodeLength
def irrelevant_line(source_line)
def irrelevant_line(source_line) source_line.blank? || !count_comments? && comment_line?(source_line) end
def irrelevant_line(source_line) source_line.blank? || !count_comments? && comment_line?(source_line) end