254 255 256
# File 'lib/mtbb.rb', line 254 def puts(*args) args.each { |arg| Mtbb.announce! arg } end