Skip to content

Instantly share code, notes, and snippets.

@purplefox
Created January 19, 2013 11:35
Show Gist options
  • Save purplefox/4572205 to your computer and use it in GitHub Desktop.
Save purplefox/4572205 to your computer and use it in GitHub Desktop.
module ModA
class SomeClass
end
end
Module.new do
include ModA
puts "instance is #{SomeClass.new}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment