Skip to content

Instantly share code, notes, and snippets.

Created September 10, 2016 12:13
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 anonymous/c5d6e236f4bb86874f9a3b0a63b19b15 to your computer and use it in GitHub Desktop.
Save anonymous/c5d6e236f4bb86874f9a3b0a63b19b15 to your computer and use it in GitHub Desktop.
module Foo
| class File
| def self.join
| puts "Join the party"
| end
| end
| end
=> :join
>> include Foo
=> Object
>> File
File FileTest FileUtils
>> File.join
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment