Skip to content

Instantly share code, notes, and snippets.

@draftcode
Created August 14, 2011 09:29
Show Gist options
  • Select an option

  • Save draftcode/1144736 to your computer and use it in GitHub Desktop.

Select an option

Save draftcode/1144736 to your computer and use it in GitHub Desktop.
Number divOrig := Number getSlot("/")
Number "/" := method(k, if(k == 0, 0, self divOrig(k)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment