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