Method: PoolParty::Installer#run
- Defined in:
- lib/poolparty/installer.rb
#run ⇒ Object
12 13 14 15 16 17 18 19 20 21 22 23 |
# File 'lib/poolparty/installer.rb', line 12 def run begin self.__send__ :welcome_message steps.each {|c| self.__send__ c.to_sym } self.__send__ :closing_message rescue SystemExit => e rescue Exception => e colored_say exit_msg ensure Colors.reset! end end |