# File lib/aruba/api.rb, line 317 def announce_or_puts(msg) if(@puts) Kernel.puts(msg) else puts(msg) end end