Sha256: b2c7885efa6d28132bf23ab199e57e399bbf72e62551133e843953bf2f1f9a19
Contents?: true
Size: 301 Bytes
Versions: 4
Compression:
Stored size: 301 Bytes
Contents
def output_javascript(file_contents, output_file, temporary_nila_file) file_id = open(output_file, 'w') File.delete(temporary_nila_file) file_id.write("//Written using Nila. Visit http://adhithyan15.github.io/nila\n") file_id.write(file_contents.join) file_id.close() end
Version data entries
4 entries across 4 versions & 1 rubygems