Skip to content

Instantly share code, notes, and snippets.

@zbowling
Created June 18, 2010 00:23
Show Gist options
  • Select an option

  • Save zbowling/443013 to your computer and use it in GitHub Desktop.

Select an option

Save zbowling/443013 to your computer and use it in GitHub Desktop.
#setup the awesome
class FalseClass
def +(other)
self || other
end
end
def pew!
true
end
pew = true
#execute @drew's pew pew statement
!pew + pew!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment