module RuboCop::Cop::LineLengthHelp

def line_length(line)

def line_length(line)
  line.length + indentation_difference(line)
end