Skip to content

Instantly share code, notes, and snippets.

@devnoo
Created November 27, 2011 09:46
Show Gist options
  • Save devnoo/1397316 to your computer and use it in GitHub Desktop.
Save devnoo/1397316 to your computer and use it in GitHub Desktop.
overload division operator in io
Number / := method(i, if(i==0, 0, self*i**(-1)))
1/0
1/2
4/3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment