class RuboCop::Cop::Layout::AccessModifierIndentation

def expected_indent_offset

def expected_indent_offset
  style == :outdent ? 0 : configured_indentation_width
end