Skip to content

Instantly share code, notes, and snippets.

@fhwang
Created May 30, 2009 18:09
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