Skip to content

Instantly share code, notes, and snippets.

@StanAngeloff
Created November 21, 2010 16:05
Show Gist options
  • Select an option

  • Save StanAngeloff/708852 to your computer and use it in GitHub Desktop.

Select an option

Save StanAngeloff/708852 to your computer and use it in GitHub Desktop.
executable_classes.coffee
class Sun extends Star
@attr 'mass'
private = 'private'
@public = 'public'
@instance_method = ->
Sun.static_method = ->
# or perhaps @@ for Sun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment