Skip to content

Instantly share code, notes, and snippets.

@rentalcustard
Created May 10, 2013 15:12
Show Gist options
  • Save rentalcustard/5555039 to your computer and use it in GitHub Desktop.
Save rentalcustard/5555039 to your computer and use it in GitHub Desktop.
Weird.
1.9.3p392 :001 > method(:include)
=> #<Method: main.include>
1.9.3p392 :002 > Module.new.method(:include)
=> #<Method: Module#include>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment