12 13 14 15 16 17
# File 'lib/vmc/spacing.rb', line 12 def line(msg = "") return puts "" if msg.empty? start_line(msg) puts "" end