Method: VMC::Spacing#start_line

Defined in:
lib/vmc/spacing.rb

#start_line(msg) ⇒ Object



19
20
21
22
# File 'lib/vmc/spacing.rb', line 19

def start_line(msg)
  print "  " * @@indentation unless quiet?
  print msg
end