# File lib/turn/autorun/minitest0.rb, line 120
def
pad
(
str
,
size
=
PADDING_SIZE
)
" "
*
size
+
str
end