class RuboCop::Cop::Layout::EmptyLinesAroundAttributeAccessor
def require_empty_line?(node)
def require_empty_line?(node) return false unless node.respond_to?(:type) !allow_alias?(node) && !attribute_or_allowed_method?(node) end
def require_empty_line?(node) return false unless node.respond_to?(:type) !allow_alias?(node) && !attribute_or_allowed_method?(node) end