Sha256: f229dedf52847b51a5a34a71e681e3eb3fc5fac24c71253e6b3a8f094addfe54
Contents?: true
Size: 217 Bytes
Versions: 10
Compression:
Stored size: 217 Bytes
Contents
var city, forecast, temp, weatherReport, _ref; weatherReport = function(location) { return [location, 72, "Mostly Sunny"]; }; _ref = weatherReport("Berkeley, CA"), city = _ref[0], temp = _ref[1], forecast = _ref[2];
Version data entries
10 entries across 10 versions & 2 rubygems