Skip to content

Instantly share code, notes, and snippets.

@lfborjas
Created August 18, 2010 09: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 lfborjas/534136 to your computer and use it in GitHub Desktop.
Save lfborjas/534136 to your computer and use it in GitHub Desktop.
class OhMyGod
constructor: (@name)->
setInterval(->
alert "I'm"+@name+" and I annoy"
,3000)
divide: (n1, n2)->
n1/n2 unless n2 is 0 and n1?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment