class RuboCop::Cop::Layout::EmptyLinesAroundAttributeAccessor

def allow_alias_syntax?

def allow_alias_syntax?
  cop_config.fetch('AllowAliasSyntax', true)
end