class RuboCop::Cop::Style::RedundantBegin

def empty_begin?(node)

def empty_begin?(node)
  node.children.empty?
end