Skip to content

Instantly share code, notes, and snippets.

@sakuemon
Created May 7, 2015 13:36
Show Gist options
  • Save sakuemon/9923a7a3aee1e2e60776 to your computer and use it in GitHub Desktop.
Save sakuemon/9923a7a3aee1e2e60776 to your computer and use it in GitHub Desktop.
show required modules for ruby
$LOADED_FEATURES.
select { |feature| feature.include? 'gems' }.
map { |feature| File.dirname(feature) }.
map { |feature| feature.split('/').last }.
uniq.sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment