class RuboCop::Cop::Performance::CollectionLiteralInLoop

def keyword_loop?(type)

def keyword_loop?(type)
  LOOP_TYPES.include?(type)
end