29 30 31 32 33 34
# File 'lib/alchemy/shell.rb', line 29 def desc(message) unless Alchemy::Shell.silenced? puts "\n#{message}" puts "#{"-" * message.length}\n" end end