Sha256: 522c125d00d887898a404fa962dba79e8228a139865b8a663484bfbe75195e6e
Contents?: true
Size: 279 Bytes
Versions: 44
Compression:
Stored size: 279 Bytes
Contents
#!/usr/bin/env python # Copyright (c) 2011 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. """ Prints interesting vars """ import sys; out = open(sys.argv[2], 'w') out.write(sys.argv[1]);
Version data entries
44 entries across 44 versions & 7 rubygems