Sha256: 48d6841504b545752f25a0352fe0c6d62da394a107fa268067f199450143c97a

Contents?: true

Size: 290 Bytes

Versions: 4

Compression:

Stored size: 290 Bytes

Contents

(function(){
  var eldest, grade;
  grade = function grade(student) {
    if (student.excellent_work) {
      return "A+";
    } else if (student.okay_stuff) {
      return student.tried_hard ? "B" : "B-";
    } else {
      return "C";
    }
  };
  eldest = 24 > 21 ? "Liz" : "Ike";
})();

Version data entries

4 entries across 4 versions & 1 rubygems

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