Skip to content

Instantly share code, notes, and snippets.

@fhwang
Created May 30, 2009 18:09
Show Gist options
  • Save fhwang/120584 to your computer and use it in GitHub Desktop.
Save fhwang/120584 to your computer and use it in GitHub Desktop.
class NilClass
def foobar=(fb)
@foobar = fb
end
def foobar_is_true?
@foobar == nil?
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment