method

print_post_install_message

ruby latest stable - Class: Bundler::CLI::Common

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

print_post_install_message(name, msg)
public

No documentation available.

# 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