Flowdock
method

print

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: PrideIO
print(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 28
  def print o
    case o
    when "." then
      io.print pride o
    when "E", "F" then
      io.print "#{ESC}41m#{ESC}37m#{o}#{NND}"
    else
      io.print o
    end
  end
Register or log in to add new notes.