Skip to content

Instantly share code, notes, and snippets.

@chrisseaton
Created September 30, 2014 17:16
Show Gist options
  • Save chrisseaton/b22bc0708fbaaccc672e to your computer and use it in GitHub Desktop.
Save chrisseaton/b22bc0708fbaaccc672e to your computer and use it in GitHub Desktop.
module MS3
module ModA
end
class A
class << self
include ModA
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment