Method: Bashly::Library#post_install_message

Defined in:
lib/bashly/library.rb

#post_install_messageObject



26
27
28
29
30
31
32
# File 'lib/bashly/library.rb', line 26

def post_install_message
  if custom_handler
    custom_handler.post_install_message
  else
    config['post_install_message']
  end
end