Sha256: 37e69575e3e31a78ac32269e0e4befd1896fe79e54347eae11520837d59f2152
Contents?: true
Size: 124 Bytes
Versions: 2
Compression:
Stored size: 124 Bytes
Contents
def puts_on_file(file, string=nil) string ||= yield aFile = File.new(file, "w") aFile.write(string) aFile.close end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
guara-0.0.3 | lib/spec/support/utilities.rb |
guara-0.0.1.rc | lib/spec/support/utilities.rb |