class RuboCop::Cop::Layout::MultilineMethodCallIndentation

def relative_to_receiver_message(rhs)

def relative_to_receiver_message(rhs)
  "Indent `#{rhs.source}` #{configured_indentation_width} spaces " \
    "more than `#{base_source}` on line #{@base.line}."
end