19 20 21 22
# File 'lib/vmc/spacing.rb', line 19 def start_line(msg) print " " * @@indentation unless quiet? print msg end