Class: Tart::CLI

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/tart/cli.rb

Instance Method Summary collapse

Instance Method Details

#bake(filename = nil) ⇒ Object



9
10
11
12
# File 'lib/tart/cli.rb', line 9

def bake(filename=nil)
  tart = Tart::Builder.new(filename)
  say tart.process
end