Created
May 7, 2015 13:36
-
-
Save sakuemon/9923a7a3aee1e2e60776 to your computer and use it in GitHub Desktop.
show required modules for ruby
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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