Skip to content

Instantly share code, notes, and snippets.

@StanAngeloff
Created February 27, 2010 21:27
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 StanAngeloff/316966 to your computer and use it in GitHub Desktop.
Save StanAngeloff/316966 to your computer and use it in GitHub Desktop.
func1: ->
private: ->
'I am kind of hidden'
private()
# OK
func1();
# Nope
private()
func1.private()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment