module Minitest::RelativePosition

def pad_mark(str)

def pad_mark(str)
  "%#{MARK_SIZE}s" % str
end