Skip to content

Instantly share code, notes, and snippets.

View blumysden's full-sized avatar

Scott Blumenthal blumysden

  • The New York Times
  • New York, NY
View GitHub Profile

Keybase proof

I hereby claim:

  • I am blumysden on github.
  • I am blumysden (https://keybase.io/blumysden) on keybase.
  • I have a public key ASD5fNX1oRH8Ie3mbtIomNn7Gg6Je2NhbzN6fAmt67R7TAo

To claim this, I am signing this object:

Given

my_list = List.find(123)
my_list.list_asset = <Badcom::InteractiveAsset #213812831289>

When someone tries to access .list_asset do the following:

@blumysden
blumysden / gist:4454245
Last active December 10, 2015 15:28
Shows how the approach we took yesterday fails...
describe('Tiff problem v2', function() {
it('goes a little something like this', function() {
var NS = {};
var Bing = function(myFoo) {
this.foo = myFoo;
};
Bing.prototype = {