Method: Bashly::Library#post_install_message
- Defined in:
- lib/bashly/library.rb
#post_install_message ⇒ Object
26 27 28 29 30 31 32 |
# File 'lib/bashly/library.rb', line 26 def if custom_handler custom_handler. else config['post_install_message'] end end |