class RuboCop::Cop::Layout::ClosingHeredocIndentation

def indent_level(source_line)

def indent_level(source_line)
  source_line[/\A */].length
end