Method: Bundler::CLI::Common.print_post_install_message

Defined in:
lib/bundler/cli/common.rb

.print_post_install_message(name, msg) ⇒ Object



12
13
14
15
# File 'lib/bundler/cli/common.rb', line 12

def self.print_post_install_message(name, msg)
  Bundler.ui.confirm "Post-install message from #{name}:"
  Bundler.ui.info msg
end