Skip to content

Instantly share code, notes, and snippets.

@jberkel
Created June 2, 2009 18:35
Show Gist options
  • Save jberkel/122483 to your computer and use it in GitHub Desktop.
Save jberkel/122483 to your computer and use it in GitHub Desktop.
def submodules
(self.constants.map{|const| const_get(const)}.select{|const| const.is_a? Module}.map{|const| const.submodules} << self).flatten
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment