Skip to content

Instantly share code, notes, and snippets.

@mebens
Created April 25, 2011 22:25
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 mebens/941382 to your computer and use it in GitHub Desktop.
Save mebens/941382 to your computer and use it in GitHub Desktop.
class('Foo', BaseClass, function(self) -- base class is optional
function instanceFunction(...)
-- ...
end
function self.classFunction(...)
-- ...
end
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment