method

print

v1_9_3_392 - Show latest stable - Class: PrideIO
print(o)
public

No documentation available.

# 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