class Bake::Command::Call
Execute one or more commands.
def bakefile
def bakefile @parent.bakefile end
def call
def call context = @parent.context context.call(*@commands) end
Execute one or more commands.
def bakefile @parent.bakefile end
def call context = @parent.context context.call(*@commands) end