Sha256: 17fc725c5feff833f90961372b0adbb5f4ca25277512092934ea8f1ef908e34b
Contents?: true
Size: 254 Bytes
Versions: 25
Compression:
Stored size: 254 Bytes
Contents
# Copyright (c) 2012 Google Inc. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import os import sys if not os.path.exists(sys.argv[1]): raise open(sys.argv[2], 'w').close()
Version data entries
25 entries across 25 versions & 4 rubygems