Skip to content

Instantly share code, notes, and snippets.

@devrim
Created February 9, 2011 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devrim/818235 to your computer and use it in GitHub Desktop.
Save devrim/818235 to your computer and use it in GitHub Desktop.
class a extends b
miki:->
alert "test"
class b
niki:->
alert "loo"
x = new a()
a.miki()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment