class RuboCop::Cop::Layout::SpaceAroundKeyword

def on_kwbegin(node)

def on_kwbegin(node)
  check(node, %i[begin end].freeze, nil)
end