# File lib/beefcake/generator.rb, line 288 def puts(msg=nil) if msg c.puts((" " * @n) + msg) else c.puts end end