Skip to content

Instantly share code, notes, and snippets.

@dinks
Created November 20, 2013 17:47
Show Gist options
  • Select an option

  • Save dinks/7567702 to your computer and use it in GitHub Desktop.

Select an option

Save dinks/7567702 to your computer and use it in GitHub Desktop.
NullObject
class NullObject
def method_missing(*args)
self
end
def nil?
true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment