Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
self
/
root
/
proc
/
thread-self
/
root
/
opt
/
ruby-2.7
/
usr
/
lib
/
ruby
/
2.7.0
/
rubygems
/
//proc/self/root/proc/thread-self/root/opt/ruby-2.7/usr/lib/ruby/2.7.0/rubygems/install_message.rb
# frozen_string_literal: true require 'rubygems' require 'rubygems/user_interaction' ## # A default post-install hook that displays "Successfully installed # some_gem-1.0" Gem.post_install do |installer| ui = Gem::DefaultUserInteraction.ui ui.say "Successfully installed #{installer.spec.full_name}" end