Skip to content

Instantly share code, notes, and snippets.

@cokeSchlumpf
Last active August 29, 2015 13:57
Show Gist options
  • Save cokeSchlumpf/9585941 to your computer and use it in GitHub Desktop.
Save cokeSchlumpf/9585941 to your computer and use it in GitHub Desktop.
implicit class MyInt(i: Int) { def doSomethingCool = ??? }
42.doSomethingCool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment