Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save quickredfox/369015 to your computer and use it in GitHub Desktop.
Save quickredfox/369015 to your computer and use it in GitHub Desktop.
/*
This method plays on heideggerian theories.
It makes a method of Das Man -- or one that is unready-to-hand --
available ready-to-hand on a specified Dasein.
*/
var changeBeing = function(method,dasein){
return function readyToHand(){
return method.apply(dasein,arguments);
};
};
@quickredfox
Copy link
Author

Yes, I am quite the nerd sometimes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment