Sha256: 05ea446914a00c7c8e345d01e3cdd43b568a0cc4fff9afacd6f3c0de37798ac1

Contents?: true

Size: 153 Bytes

Versions: 4

Compression:

Stored size: 153 Bytes

Contents

(function(){
  var cube, square;
  square = function square(x) {
    return x * x;
  };
  cube = function cube(x) {
    return square(x) * x;
  };
})();

Version data entries

4 entries across 4 versions & 1 rubygems

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