Skip to content

Instantly share code, notes, and snippets.

@dnch
Created July 23, 2014 08:11
Show Gist options
  • Save dnch/2cad9ba638a988f72598 to your computer and use it in GitHub Desktop.
Save dnch/2cad9ba638a988f72598 to your computer and use it in GitHub Desktop.
module Derp
def derp
puts "Derp"
end
end
require './derp'
include Derp
derp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment