Skip to content

Instantly share code, notes, and snippets.

@Ravenstine
Created July 14, 2015 18:47
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 Ravenstine/528c7b37c2dc977db129 to your computer and use it in GitHub Desktop.
Save Ravenstine/528c7b37c2dc977db129 to your computer and use it in GitHub Desktop.
Null Object
missing_object = Module.new{def self.present?; false; end; def self.method_missing(*args); nil; end}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment