44 45 46 47
# File 'ext/gem_rake.rb', line 44 def install_gem built_gem_path = build_gem sh("gem install #{built_gem_path}") end