Skip to content

Instantly share code, notes, and snippets.

@chirino
Created March 4, 2011 14:36
Show Gist options
  • Save chirino/854692 to your computer and use it in GitHub Desktop.
Save chirino/854692 to your computer and use it in GitHub Desktop.
# val name = "Foo"
class #{name} extends #{interfaces.mkString(" with ")}
# for( method <- methods )
def #{method.name}() =
println
:string
Here
Doc style
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment