Skip to content

Instantly share code, notes, and snippets.

@fjolnir
Created July 2, 2012 11:59
Show Gist options
  • Save fjolnir/3032901 to your computer and use it in GitHub Desktop.
Save fjolnir/3032901 to your computer and use it in GitHub Desktop.
#Foo {
- init {
super init
print("foo")
^self
}
}
miniFoo = Foo new
print("%@", miniFoo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment