Sha256: bf98f2c072a363a5f38df1d075da201a0de6f5e6d5291ec0cd9d8efc32ca4e62
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1318617537.940181 +í:@value{ I"length:EFiþI"digest; F"%ddf9efc5043065ae1a2b596dcc0d8cc9I"source; FI"þfunction Player() { } Player.prototype.play = function(song) { this.currentlyPlayingSong = song; this.isPlaying = true; }; Player.prototype.pause = function() { this.isPlaying = false; }; Player.prototype.resume = function() { if (this.isPlaying) { throw new Error("song is already playing"); } this.isPlaying = true; }; Player.prototype.makeFavorite = function() { console.log(this); this.currentlyPlayingSong.persistFavoriteStatus(true); }; function Song() { } Song.prototype.persistFavoriteStatus = function(value) { // something complicated throw new Error("not yet implemented"); }; // This is a manifest file that'll be compiled into including all the files listed below. // Add new JavaScript/Coffee code in separate files in this directory and they'll automatically // be included in the compiled file accessible from http://example.com/assets/application.js // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the // the compiled file. // ; ; FI" _version; F"%2158e1baea6cbad6e943d25df3e230f1
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
test_track-0.0.4 | test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 |