class RuboCop::Cop::Layout::EmptyLinesAroundAttributeAccessor

def next_line_node(node)

def next_line_node(node)
  return if node.parent.if_type?
  node.right_sibling
end