Skip to content

Instantly share code, notes, and snippets.

@LeifWarner
Created October 21, 2011 17:56
Show Gist options
  • Select an option

  • Save LeifWarner/1304489 to your computer and use it in GitHub Desktop.

Select an option

Save LeifWarner/1304489 to your computer and use it in GitHub Desktop.
Package object
package object janrain {
val name = "Leif"
}
package janrain
object Thing {
def run = println(name)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment