class RuboCop::Cop::Metrics::ModuleLength
def message(length, max_length)
def message(length, max_length) format('Module has too many lines. [%<length>d/%<max>d]', length: length, max: max_length) end
def message(length, max_length) format('Module has too many lines. [%<length>d/%<max>d]', length: length, max: max_length) end