Sha256: 8a48e2aea0b42405eb9a394d5d69fba7f9a2a4d61366c51631325e7fb3e30459
Contents?: true
Size: 292 Bytes
Versions: 7
Compression:
Stored size: 292 Bytes
Contents
var output = function() { var text = Array.from(arguments).map(function(i){ return (i != null && i.toString) ? i.toString() : i || ''; }).join(''); new Element('div', {'text': text }).inject('output', 'bottom'); }; var separator = function () { $('output').adopt(new Element('hr')); };
Version data entries
7 entries across 7 versions & 1 rubygems