Skip to content

Instantly share code, notes, and snippets.

@jstrachan
Forked from chirino/gist:854692
Created March 4, 2011 15:04
Show Gist options
  • Save jstrachan/854728 to your computer and use it in GitHub Desktop.
Save jstrachan/854728 to your computer and use it in GitHub Desktop.
#
val name = "Foo"
val blah = "Something"
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