Sha256: 3fd7db224e5680169c65e532b93fa9bc8f686fc14b420caecc3cc0b78d27bd38

Contents?: true

Size: 370 Bytes

Versions: 4

Compression:

Stored size: 370 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

4 entries across 4 versions & 1 rubygems

Version Path
haml-more-0.5.1 vendor/coffee-script/documentation/js/switch.js
haml-more-0.5.0 vendor/coffee-script/documentation/js/switch.js
haml-more-0.4.0 vendor/coffee-script/documentation/js/switch.js
haml-more-0.4.0.d vendor/coffee-script/documentation/js/switch.js