Flowdock
method

puts

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: PrideIO
puts(*o) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/minitest/pride.rb, line 39
  def puts(*o)
    o.map! { |s|
      s.sub(/Finished tests/) {
        @index = 0
        'Fabulous tests'.split(//).map { |c|
          pride(c)
        }.join
      }
    }

    super
  end
Register or log in to add new notes.