Skip to content

Instantly share code, notes, and snippets.

@brookr
Created August 4, 2011 19:46
Show Gist options
  • Save brookr/1126052 to your computer and use it in GitHub Desktop.
Save brookr/1126052 to your computer and use it in GitHub Desktop.
class NilClass
def method_missing(method, *args, &block)
nil
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment