Skip to content

Instantly share code, notes, and snippets.

@martinos
Created May 6, 2010 00:13
Show Gist options
  • Save martinos/391624 to your computer and use it in GitHub Desktop.
Save martinos/391624 to your computer and use it in GitHub Desktop.
# 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