Created
May 6, 2010 00:13
-
-
Save martinos/391624 to your computer and use it in GitHub Desktop.
This file contains 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
# Currently running gems | |
gems = Gem.loaded_specs.map{|name, spec| [name, spec.version.version]} | |
extend Hirb::Console | |
table gems |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment