Sha256: 0e9fc6241d97c753d4d606f5fc561775134ebb3d68aadaca940f2d25beff8d6e
Contents?: true
Size: 165 Bytes
Versions: 10
Compression:
Stored size: 165 Bytes
Contents
var fill; fill = function(container, liquid) { if (liquid == null) { liquid = "coffee"; } return "Filling the " + container + " with " + liquid + "..."; };
Version data entries
10 entries across 10 versions & 2 rubygems