Skip to content

Instantly share code, notes, and snippets.

@canonic-epicure
Created August 30, 2010 13:43
Show Gist options
  • Save canonic-epicure/557420 to your computer and use it in GitHub Desktop.
Save canonic-epicure/557420 to your computer and use it in GitHub Desktop.
Class('Some.Class', {
has : {
attr : {
meta : Vero.Attribute,
is : 'rw'
}
}
})
Class('Some.Class', {
isa : Vero,
has : {
attr : {
is : 'rw'
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment