1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

require gems after gem-install

This commit is contained in:
Conrad Irwin 2012-09-04 15:12:19 -07:00
parent 77600d3bd5
commit b1906edd11

View file

@ -26,6 +26,7 @@ class Pry
else
Gem.refresh
output.puts "Gem `#{text.green gem}` installed."
require gem
end
end
end