class RuboCop::Cop::Layout::AccessModifierIndentation

def unexpected_indent_offset

changed.
An offset that is not expected, but correct if the configuration is
def unexpected_indent_offset
  configured_indentation_width - expected_indent_offset
end