class RuboCop::Cop::Layout::AccessModifierIndentation
def unexpected_indent_offset
An offset that is not expected, but correct if the configuration is
def unexpected_indent_offset configured_indentation_width - expected_indent_offset end
def unexpected_indent_offset configured_indentation_width - expected_indent_offset end