Skip to content

Instantly share code, notes, and snippets.

@ch1c0t
Created December 16, 2015 05:14
Show Gist options
  • Save ch1c0t/e3febd436f09c72d3f60 to your computer and use it in GitHub Desktop.
Save ch1c0t/e3febd436f09c72d3f60 to your computer and use it in GitHub Desktop.
modules = ObjectSpace.each_object(Module).reject { |m| m.is_a? Class }
p modules.map { |m| m.to_s }
p modules.size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment