Sha256: f8d205b952d2baaa302f46248ce37ef9e39c5cce16e58b2a61eaa7d31a4aa763

Contents?: true

Size: 289 Bytes

Versions: 3

Compression:

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

3 entries across 3 versions & 1 rubygems

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