Sha256: 1472fcc8ec28f6332703679760763544ec3d44ce898b92d4278604052726cf0d

Contents?: true

Size: 369 Bytes

Versions: 3

Compression:

Stored size: 369 Bytes

Contents

(function(){
  if (day === "Mon") {
    go_to_work();
  } else if (day === "Tue") {
    go_to_the_park();
  } else if (day === "Thu") {
    go_ice_fishing();
  } else if (day === "Fri" || day === "Sat") {
    if (day === bingo_day) {
      go_to_bingo();
      go_dancing();
    }
  } else if (day === "Sun") {
    go_to_church();
  } else {
    go_to_work();
  }
})();

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
haml-more-0.4.0.c vendor/coffee-script/documentation/js/switch.js
haml-more-0.4.0.b vendor/coffee-script/documentation/js/switch.js
haml-more-0.4.0.a vendor/coffee-script/documentation/js/switch.js