Skip to content

Instantly share code, notes, and snippets.

@matasar
Created February 24, 2012 01:32
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 matasar/1896557 to your computer and use it in GitHub Desktop.
Save matasar/1896557 to your computer and use it in GitHub Desktop.
WAT
irb(main):001:0> def method_missing(*args)
irb(main):002:1> puts 'method missing'
irb(main):003:1> end
=> nil
irb(main):004:0> require 'rubygems'
=> true
irb(main):005:0> require 'activesupport'
method missing
method missing
method missing
method missing
method missing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment