Class: Mtbb::MiniTestReporter
- Inherits:
-
Object
- Object
- Mtbb::MiniTestReporter
- Defined in:
- lib/mtbb.rb
Instance Method Summary collapse
- #puts(*args) ⇒ Object (also: #print)
Instance Method Details
#puts(*args) ⇒ Object Also known as: print
254 255 256 |
# File 'lib/mtbb.rb', line 254 def puts(*args) args.each { |arg| Mtbb.announce! arg } end |