class RuboCop::Cop::Layout::SpaceAroundKeyword

def on_or(node)

def on_or(node)
  check(node, [:operator].freeze) if node.keyword?
end