Skip to content

Instantly share code, notes, and snippets.

@jstirk
Created July 27, 2011 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jstirk/1108869 to your computer and use it in GitHub Desktop.
Save jstirk/1108869 to your computer and use it in GitHub Desktop.
TIL 20110727
module AA
module BB
module CC
end
end
end
class Foo
include AA::BB
end
Foo::CC # => AA::BB::CC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment