9 10 11 12
# File 'lib/tart/cli.rb', line 9 def bake(filename=nil) tart = Tart::Builder.new(filename) say tart.process end