class MinitestBender::Printers::Plain

Attributes

io[R]

Public Class Methods

new(io) click to toggle source
# File lib/minitest-bender/printers/plain.rb, line 4
def initialize(io)
  @io = io
end

Public Instance Methods

advance() click to toggle source
# File lib/minitest-bender/printers/plain.rb, line 20
def advance
  # do nothing
end
print(string) click to toggle source
print_line(line = '') click to toggle source
print_lines(lines) click to toggle source