Skip to content

Instantly share code, notes, and snippets.

@canonic-epicure
Created August 30, 2010 13:57
Show Gist options
  • Save canonic-epicure/557434 to your computer and use it in GitHub Desktop.
Save canonic-epicure/557434 to your computer and use it in GitHub Desktop.
Class('Some.Class', {
trait : 'Vero',
vero : {
attr : {
is : 'rw',
interfaces : {
numlist : ...,
string : ...
}
}
},
// usual not versioned attrs
has : {
...
},
methods : {
....
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment