Skip to content

Instantly share code, notes, and snippets.

@jstultz
Created October 29, 2014 18:42
Show Gist options
  • Save jstultz/3f3e6749a99bcb0d5258 to your computer and use it in GitHub Desktop.
Save jstultz/3f3e6749a99bcb0d5258 to your computer and use it in GitHub Desktop.
class RichThing(val _underlying_Thing: Thing) extends Thing.Proxy {
def doRichStuff: Unit
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment