Skip to content

Instantly share code, notes, and snippets.

@purplefox
Created January 19, 2013 11:36
Show Gist options
  • Save purplefox/4572209 to your computer and use it in GitHub Desktop.
Save purplefox/4572209 to your computer and use it in GitHub Desktop.
module ModA
class SomeClass
end
end
module ModB
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